diff --git a/ansible.cfg b/ansible.cfg index bd38fef..1988601 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,8 +1,8 @@ [defaults] inventory = checklist roles_path = roles -deprecation_warnings = False +deprecation_warnings = false display_skipped_hosts = no ansible_home = . stdout_callback = debug -host_key_checking = true +host_key_checking = false