From 9bceb152f23535f5964ec141a9e76e85d74c45c8 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 17 Feb 2020 16:00:11 -0600 Subject: [PATCH] Have localhost-deploy ask for become pass Makes sense given the context --- localhost-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localhost-deploy.sh b/localhost-deploy.sh index 4f68fab..9dcd83c 100755 --- a/localhost-deploy.sh +++ b/localhost-deploy.sh @@ -6,5 +6,5 @@ # Distributed under terms of the MIT license. # -ansible-playbook localhost.yml --ask-vault-pass +ansible-playbook localhost.yml --ask-vault-pass --ask-become-pass