Skip to content
Snippets Groups Projects
Commit f3c072f6 authored by Sean Sube's avatar Sean Sube Committed by Kubernetes Prow Robot
Browse files

ignore gpg files in inventory (#5209)

parent 3debb8aa
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,6 @@ library = ./library ...@@ -16,6 +16,6 @@ library = ./library
callback_whitelist = profile_tasks 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, .gpg
[inventory] [inventory]
ignore_patterns = artifacts, credentials ignore_patterns = artifacts, credentials
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment