From 0a67537054f6538dab3e861a97c20081168d0774 Mon Sep 17 00:00:00 2001 From: Brian McCullough Date: Sat, 17 Jun 2023 20:10:03 -0400 Subject: [PATCH] Updated ansible-playbook command to accept a password at the command prompt. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 539c4cf..c7ee83e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,14 @@ cd deployment ansible-playbook 01_install_cacert_oidc.yml ``` +Note: If ansible-playbook fails early in the process with "sudo: a password is required," +then confirm that your user has sudo privileges and execute that command like + +```shell +ansible-playbook -K 01_install_cacert_oidc.yml +``` + + ## Vagrant setup ```shell