diff --git a/.claude/settings.local.json b/.claude/settings.local.json index dd2d492..4c4621f 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -21,7 +21,8 @@ "Bash(grep -v \"^$\")", "Bash(helm template:*)", "Bash(brew list:*)", - "Bash(export PATH=\"/opt/homebrew/bin:$PATH\")" + "Bash(export PATH=\"/opt/homebrew/bin:$PATH\")", + "Bash(ansible-playbook:*)" ] } } diff --git a/ansible.cfg b/ansible.cfg index 230e22d..fe99dc8 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,7 +3,8 @@ inventory = inventories/production roles_path = roles retry_files_enabled = False host_key_checking = False -stdout_callback = yaml +stdout_callback = ansible.builtin.default +result_format = yaml callbacks_enabled = timer, profile_tasks [ssh_connection]