Browse code

Set example ansible.cfg *includes_static options to default value

Jason Travis authored on 2016/08/04 02:31:53
Showing 1 changed files
... ...
@@ -76,8 +76,8 @@
76 76
 # default. As of 2.0, includes are dynamic by default. Setting these
77 77
 # values to True will make includes behave more like they did in the
78 78
 # 1.x versions.
79
-#task_includes_static = True
80
-#handler_includes_static = True
79
+#task_includes_static = False
80
+#handler_includes_static = False
81 81
 
82 82
 # Controls if a missing handler for a notification event is an error or a warning
83 83
 #error_on_missing_handler = True