Skip to content
Snippets Groups Projects
Commit a7a53d1f authored by hoatle's avatar hoatle
Browse files

add ignore_patterns to ansible.cfg

To avoid warning message when artifacts is generated within
the inventory directory
parent 58ee5f1c
Branches
Tags
No related merge requests found
...@@ -13,3 +13,5 @@ callback_whitelist = profile_tasks ...@@ -13,3 +13,5 @@ callback_whitelist = profile_tasks
roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles roles_path = roles:$VIRTUAL_ENV/usr/local/share/kubespray/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:/usr/share/kubespray/roles
deprecation_warnings=False deprecation_warnings=False
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds
[inventory]
ignore_patterns = artifacts
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment