diff options
| -rw-r--r-- | personal_infra/ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/personal_infra/ansible.cfg b/personal_infra/ansible.cfg index 8cdc47f5..c7e2ae61 100644 --- a/personal_infra/ansible.cfg +++ b/personal_infra/ansible.cfg @@ -1,6 +1,7 @@ [defaults] inventory = inventory vault_password_file = vault_password +callbacks_enabled = ansible.posix.profile_tasks # TODO: Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your known_hosts file to manage this host. host_key_checking = False |
