Преглед изворни кода

Adding .ini to inventory_ignore_extensions

Øystein Bedin пре 7 година
родитељ
комит
f767d89902
1 измењених фајлова са 1 додато и 1 уклоњено
  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