From 6ea0993e347e9162f01734de622a587ee819f02c Mon Sep 17 00:00:00 2001 From: Adrian Turjak Date: Fri, 19 Jan 2018 11:35:48 +1300 Subject: [PATCH] fix doc codeblock missing extra space Change-Id: I17fa9be569cdd8b12a8bdf73c0eea52e1aec4f75 --- doc/source/configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 81020ee..3c64e03 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -135,6 +135,7 @@ options are available, overriding the default actions or adding in additional actions. These will run in the order specified. .. code-block:: yaml + TASK_SETTINGS: signup: default_actions: @@ -151,6 +152,7 @@ You can also here at the task settings layer ensure that the task is never auto approved by it's underlying actions. .. code-block:: yaml + TASK_SETTINGS: update_quota: allow_auto_approve: False