From 9535ee42fb0c0a9d95c6bc6c364de69765d4a1c5 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 29 Jan 2022 23:13:09 -0600 Subject: [PATCH] disable cowsay output --- 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..56bf283 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,2 @@ +[defaults] +nocows=True