From b79fb76f250f44c4b48f4634a9dcab26be97d93b Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 18 Dec 2021 21:57:36 -0600 Subject: [PATCH] disable localhost warning, that's our intention --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 56bf283..b40b464 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] nocows=True +localhost_warning=False