diff options
| author | Mike Vink <mike.vink@stater.nl> | 2023-04-24 20:42:52 +0200 |
|---|---|---|
| committer | Mike Vink <mike.vink@stater.nl> | 2023-04-24 20:42:52 +0200 |
| commit | b02ddf04cd1875b20badfcf70f3216f1c20f3919 (patch) | |
| tree | 3b80d343c2c6fa0d5eee0bcdb02cdc143f28444a /shell-scripts/compile | |
| parent | a80706e7120a76c7f1539c357408238785708e13 (diff) | |
fixup
Diffstat (limited to 'shell-scripts/compile')
| -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 60049d5..102d4b8 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 ${@} + ansible-playbook -b -e "{\"ansible_become_pass\":\"$PASSWORD\"}" ${@} ;; awx*) echo " \-> awx" |
