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
Branches
Tags
No related merge requests found
......@@ -16,6 +16,6 @@ library = ./library
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_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds, .gpg
[inventory]
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