fix: clean up Ansible bootstrap warnings
Deploy Cluster / Terraform (push) Successful in 27s
Deploy Cluster / Ansible (push) Has been cancelled

This commit is contained in:
2026-04-24 11:07:13 +00:00
parent 68b293efe4
commit c89c31adea
3 changed files with 12 additions and 7 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ inventory = inventory.ini
host_key_checking = False
retry_files_enabled = False
roles_path = roles
stdout_callback = yaml
stdout_callback = default
result_format = yaml
interpreter_python = auto_silent
[privilege_escalation]