summaryrefslogtreecommitdiff
path: root/examples/ansible.cfg
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-04-26 19:57:21 -0700
committerGitHub <noreply@github.com>2017-04-26 19:57:21 -0700
commit51e3390333743e43fe9ac3d5add780b9d7ef5b6c (patch)
treea30a54ff9f4ee6aedadf2ca5b00c068d4382967a /examples/ansible.cfg
parenta5d6d3b9afe87542967c98a8ff5a54354ecf3de8 (diff)
downloadansible-51e3390333743e43fe9ac3d5add780b9d7ef5b6c.tar.gz
Document deprecation of fetch module validate_md5 and update --tags merging deprecation (#24022)
* Document deprecation of fetch module validate_md5 and update --tags merging deprecation Update the default of --tags merging config option to merge by default * Update CHANGELOG.md Minor edit
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r--examples/ansible.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg
index a1dbaca07d..e283064603 100644
--- a/examples/ansible.cfg
+++ b/examples/ansible.cfg
@@ -276,7 +276,8 @@
# This controls how ansible handles multiple --tags and --skip-tags arguments
# on the CLI. If this is True then multiple arguments are merged together. If
# it is False, then the last specified argument is used and the others are ignored.
-#merge_multiple_cli_flags = False
+# This option will be removed in 2.8.
+#merge_multiple_cli_flags = True
# Controls showing custom stats at the end, off by default
#show_custom_stats = True