From e07ad091ece476836fad13e680ff6dfef1fe3493 Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Fri, 1 Jun 2018 10:38:22 +0200 Subject: [PATCH] Output more readable. also changed depricated hostfile option. --- ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 8378536..26c2661 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] -hostfile = hosts.py +inventory = hosts.py +stdout_callback = debug