Skip to content

Commit be79b19

Browse files
committed
Make ansible-playbook-wrapper.sh executable
1 parent 7d06933 commit be79b19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible-playbook-wrapper.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Wrapper script for ansible-playbook that sets ANSIBLE_STDOUT_CALLBACK when needed
33
if [ "${ANSIBLE_STDOUT_CALLBACK}" = "null" ]; then
4-
export ANSIBLE_STDOUT_CALLBACK="rhvp.cluster_utils.readable"
4+
export ANSIBLE_STDOUT_CALLBACK="rhvp.cluster_utils.readable"
55
fi
66
export ANSIBLE_INVENTORY_UNPARSED_WARNING=False
77
exec /usr/local/bin/ansible-playbook.orig "$@"

0 commit comments

Comments
 (0)