diff options
| author | 2023-06-19 10:33:37 +0100 | |
|---|---|---|
| committer | 2023-07-24 14:42:09 +0100 | |
| commit | a659dbe26dfd3036945baf7602674c0f926b0489 (patch) | |
| tree | 42eeed81ddfbb48c0de4f3719f6adf91e1c9f04c /ansible.cfg | |
| parent | Bump dependencies (diff) | |
Fix ansible-lint errors
Diffstat (limited to 'ansible.cfg')
| -rw-r--r-- | ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index cbc8f09..6cbcfc6 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,6 +2,7 @@ remote_user = root inventory = inventory/hosts.yaml host_key_checking = False +vault_password_file = vault_passwords [privilege_escalation] become = yes |