diff options
| author | Mike Vink <mike.vink@stater.nl> | 2023-04-24 18:48:20 +0200 |
|---|---|---|
| committer | Mike Vink <mike.vink@stater.nl> | 2023-04-24 18:48:20 +0200 |
| commit | a80706e7120a76c7f1539c357408238785708e13 (patch) | |
| tree | 2233467151c92dec953e55e2076c65836e4355f3 /shell-scripts | |
| parent | 4b84d8ddc03a24a788f54fba5f43ea5d91dd1b1a (diff) | |
fixup
Diffstat (limited to 'shell-scripts')
| -rw-r--r-- | shell-scripts/compile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-scripts/compile b/shell-scripts/compile index c276d33..60049d5 100644 --- a/shell-scripts/compile +++ b/shell-scripts/compile @@ -20,7 +20,7 @@ case "${@}" in ansible-playbook*) shift echo " \-> ansible-playbook -e@<(pass)" - ansible-playbook -e '{"ansible_become_pass":"'$ANSIBLE_USER_PASSWORD'"}' ${@} + ansible-playbook ${@} ;; awx*) echo " \-> awx" |
