add ignore_patterns to ansible.cfg
To avoid warning message when artifacts is generated within the inventory directory
This commit is contained in:
parent
58ee5f1cc9
commit
a7a53d1f38
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
deprecation_warnings=False
|
||||
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds
|
||||
[inventory]
|
||||
ignore_patterns = artifacts
|
||||
|
|
Loading…
Reference in a new issue