Update README.md

This commit is contained in:
Juan Ferrer 2024-09-27 18:40:43 +00:00
parent a6bb9da5c4
commit 7b90daa253
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ ansible-playbook.sh -i <ip_or_hostname>, [--tags tag1,tag2] playbooks/test.yml
To manage Ansible vault place the password into *.vaultpass* file.
Edit vault file.
View or edit the vault file.
```
ansible-vault {view,edit} --vault-pass-file .vaultpass vault.yml
```