diff options
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ansible.cfg b/ansible.cfg index 18b6f301..222a82d7 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,8 +1,9 @@ [defaults] -display_skipped_hosts = no +display_skipped_hosts = False interpreter_python = auto_silent inventory = ./inventory/ callback_result_format = yaml +force_handlers = True [ssh_connection] -pipelining = yes +pipelining = True |
