From fb3440ad2410d4b4af7d6ee0611a6e7c74f25abb Mon Sep 17 00:00:00 2001 From: "flyingscorpio@clevo" Date: Fri, 11 Mar 2022 18:57:33 +0100 Subject: [PATCH] Add stdout_callback option --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ansible.cfg diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..3efd4c3 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,2 @@ +[defaults] +stdout_callback = yaml