From 4d867eb37df46238ed4fe091e7726741aecbf66a Mon Sep 17 00:00:00 2001 From: Martin Eichner Date: Tue, 14 Mar 2023 16:12:02 +0000 Subject: [PATCH] removed vault --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 53d75071..07a144f2 100755 --- a/ansible.cfg +++ b/ansible.cfg @@ -274,7 +274,7 @@ remote_user=ansible # (path) The vault password file to use. Equivalent to --vault-password-file or --vault-id # If executable, it will be run and the resulting stdout will be used as the password. -vault_password_file=/home/ansible/.vault +;vault_password_file=/home/ansible/.vault # (integer) Sets the default verbosity, equivalent to the number of ``-v`` passed in the command line. ;verbosity=0