diff options
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 |