From 0795b058ffc1fd07cc1104759937a4a756e17ef0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 5 Jun 2018 21:03:51 +0100 Subject: [PATCH] Set nocows to true --- 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..20676c2 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,2 @@ +[defaults] +nocows = 1