summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmyansible.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/myansible.sh b/myansible.sh
index ff4d960..3af898d 100755
--- a/myansible.sh
+++ b/myansible.sh
@@ -11,4 +11,4 @@ ssh-add ~/.ssh/firstroot
ssh-add ~/.ssh/gcloud
fi
-ansible-playbook --ask-vault-pass -b -e '@passwd.yml' $@
+ansible-playbook --ask-vault-pass -e '@passwd.yml' $@