Skip to content

Commit 24f87f9

Browse files
committed
Disable inventory unparsed warning unconditionally
1 parent 4029aaa commit 24f87f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ansible-playbook-wrapper.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
if [ "${ANSIBLE_STDOUT_CALLBACK}" = "null" ]; then
44
export ANSIBLE_STDOUT_CALLBACK="rhvp.cluster_utils.readable"
55
fi
6-
exec /usr/local/bin/ansible-playbook.orig "$@"
6+
export ANSIBLE_INVENTORY_UNPARSED_WARNING=False
7+
exec /usr/local/bin/ansible-playbook.orig "$@"

0 commit comments

Comments
 (0)