From eab232449548382d4e38efb8f4b7655c44467494 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Sun, 27 Jan 2019 10:23:48 +0000 Subject: [PATCH] Add a log for the Ansible run. --- .ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible.cfg b/.ansible.cfg index c650cff..c78fb78 100644 --- a/.ansible.cfg +++ b/.ansible.cfg @@ -1,2 +1,3 @@ [defaults] inventory = ~/.ansible/inventory.yaml +log_path = ~/.ansible/tmp/output.log