From fae5337fc1f47a5ed5593425b4c39ac82f9d2380 Mon Sep 17 00:00:00 2001 From: Ian Roddis <31021769+iroddis@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:34:42 -0400 Subject: [PATCH] Fixing another missing ansible module --- .claude/settings.local.json | 3 ++- ansible.cfg | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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]