Skip to content

Commit

Permalink
Set example ansible.cfg *includes_static options to default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Travis authored and bcoca committed Nov 2, 2017
1 parent c34c1b6 commit be4a0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be4a0f1

Please sign in to comment.