Set example ansible.cfg *includes_static options to default value
This commit is contained in:
parent
c34c1b6ebd
commit
be4a0f1f3d
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@
|
|||
# default. As of 2.0, includes are dynamic by default. Setting these
|
||||
# values to True will make includes behave more like they did in the
|
||||
# 1.x versions.
|
||||
#task_includes_static = True
|
||||
#handler_includes_static = True
|
||||
#task_includes_static = False
|
||||
#handler_includes_static = False
|
||||
|
||||
# Controls if a missing handler for a notification event is an error or a warning
|
||||
#error_on_missing_handler = True
|
||||
|
|
Loading…
Reference in a new issue