From f21ac4c68a6676a63c13e3cf4aa30c0c0011dd47 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 14 May 2020 21:43:02 -0500 Subject: [PATCH] Fixes #16: Add nocows = true. --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 747586b..bafab4a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,5 @@ [defaults] +nocows = True roles_path = ./roles inventory = ./hosts.ini