summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJason Travis <jtravis@tgen.org>2016-08-03 10:31:53 -0700
committerBrian Coca <bcoca@users.noreply.github.com>2017-11-02 19:42:08 -0400
commitbe4a0f1f3d4451a2c1b1cea0e4090f6fb6f7b316 (patch)
treeba3fbdb8570b0d7d55c62d32e0ab245555ba2ca2 /examples
parentc34c1b6ebd78923151b3295f073f62b2c2786377 (diff)
downloadansible-be4a0f1f3d4451a2c1b1cea0e4090f6fb6f7b316.tar.gz
Set example ansible.cfg *includes_static options to default value
Diffstat (limited to 'examples')
-rw-r--r--examples/ansible.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index 13d06aa984..e1203999df 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -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