From f767d89902e84ecbe6b0943d81b5a06883976a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Bedin?= Date: Wed, 13 Dec 2017 18:25:39 +0000 Subject: Adding .ini to inventory_ignore_extensions --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index e4d72553e..ecfcb6258 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -26,7 +26,7 @@ fact_caching = jsonfile fact_caching_connection = $HOME/ansible/facts fact_caching_timeout = 600 callback_whitelist = profile_tasks -inventory_ignore_extensions = secrets.py, .pyc, .cfg, .crt +inventory_ignore_extensions = secrets.py, .pyc, .cfg, .crt, .ini # work around privilege escalation timeouts in ansible: timeout = 30 -- cgit v1.2.1