Explorar el Código

Adding .ini to inventory_ignore_extensions

Øystein Bedin hace 7 años
padre
commit
f767d89902
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ansible.cfg

+ 1 - 1
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