summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-06-01 19:15:26 +0100
committerDmitry Ilvokhin <d@ilvokhin.com>2024-06-01 19:15:26 +0100
commitd129e0950bdaf55c7d752933e77790e9d5b151a3 (patch)
tree0db32866ecde3b370a239dc968d4fe87d58773f9 /ansible.cfg
parentc593b0c5ed0395c4fe31d074cfaf2e2657ae0856 (diff)
downloadinfra-d129e0950bdaf55c7d752933e77790e9d5b151a3.tar.gz
infra-d129e0950bdaf55c7d752933e77790e9d5b151a3.tar.bz2
infra-d129e0950bdaf55c7d752933e77790e9d5b151a3.zip
Remove .sh extention from bin tools
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 6141e48..d268572 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -2,7 +2,7 @@
inventory = hosts.yml
roles_path = roles
remote_user = root
-vault_password_file = bin/decrypt-vault-password.sh
+vault_password_file = bin/decrypt-vault-password
# Don't want to see warning about Python. On everything I run, proper Python 3
# should be discoverable.
interpreter_python = auto_silent