94a81f7b44
* Make sure ansible_become treated as a boolean
(cherry picked from commit 8aca464b8b
)
5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -eux
|
|
|
|
ansible-playbook -v -i inventory.ini test_ansible_become.yml
|