summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authoradmin2023-12-18 23:17:41 +0100
committeradmin2023-12-18 23:17:41 +0100
commit2adc886e5c0c72b8c6560050c4edd30ea9fdbb56 (patch)
tree82355ec311bf14bdcac403834be313d8a368c6c1 /ansible.cfg
parent64dfd20134ee028cc865745d8d8bfec31299ff0a (diff)
downloadansible-2adc886e5c0c72b8c6560050c4edd30ea9fdbb56.tar.gz
add role for mostdiscussed.com
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 75bd619..4c0347c 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -141,7 +141,7 @@ log_path = ./log/ansible.log
# If set, configures the path to the Vault password file as an alternative to
# specifying --vault-password-file on the command line.
-#vault_password_file = ../.vault-pass.txt
+vault_password_file = ../.vault-pass.txt
# format of string {{ ansible_managed }} available within Jinja2
# templates indicates to users editing templates files will be replaced.