diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2017-04-27 04:57:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 04:57:21 +0200 |
commit | 51e3390333743e43fe9ac3d5add780b9d7ef5b6c (patch) | |
tree | a30a54ff9f4ee6aedadf2ca5b00c068d4382967a /examples/ansible.cfg | |
parent | Remove unused+circular import in listify.py (#24038) (diff) | |
download | ansible-51e3390333743e43fe9ac3d5add780b9d7ef5b6c.tar.xz ansible-51e3390333743e43fe9ac3d5add780b9d7ef5b6c.zip |
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.cfg | 3 |
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 |