From a45d3322a02422f7c3ec9ea94ccafc07a401a56b Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 12 May 2025 22:03:28 -0500 Subject: [PATCH] Fix deprecation warning in Ansible --- home/modules/baseline/ansible.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/baseline/ansible.nix b/home/modules/baseline/ansible.nix index ecc068c..440303b 100644 --- a/home/modules/baseline/ansible.nix +++ b/home/modules/baseline/ansible.nix @@ -7,7 +7,7 @@ host_key_checking=False # Also available: profile_roles callback_enabled=timer,profile_tasks - stdout_callback=yaml + callback_result_format=yaml nocows=1 cow_selection=tux collections_path=~/src