diff --git a/README.md b/README.md index e1cbfd3..5321d05 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,11 @@ Setup ```bash ansible-galaxy install -r requirements.yml -ansible-galaxy collection install community.general ``` Call with ```bash -ansible-playbook -i inventory httpd.yml +ansible-playbook -i inventory --ask-vault-pass main.yml ``` -You need to provide a user with sudo rights. +You need to provide a user with sudo rights and the vault password.