Skip to content

Commit 8cafab8

Browse files
committed
remove the global '-b' / '--become' flag from the ansible-playbook invocation
1 parent af88680 commit 8cafab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/update-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ update_vm() {
6161
local extra_vars=$([[ -f "site.local.yml" ]] && echo "--extra-vars @site.local.yml" || echo "")
6262

6363
step "trigger the Ansible run with $role_tags and $extra_vars"
64-
/usr/local/bin/ansible-playbook -i "localhost," -b -c local site.yml -vv $role_tags $extra_vars
64+
/usr/local/bin/ansible-playbook -i "localhost," -c local site.yml -vv $role_tags $extra_vars
6565
}
6666

6767
verify_vm() {

0 commit comments

Comments
 (0)