From 672ee65b2e1d8ef4ef6299ad3a19f6d0b6a5fb30 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Wed, 25 Nov 2020 17:02:34 +0100 Subject: [PATCH] Cleanup README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.