You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ansible-console/runme.sh

11 lines
322 B
Bash

#!/usr/bin/env bash
set -eux
# This is a work-around for a bug in host pattern checking.
# Once the bug is fixed this can be removed.
# See: https://github.com/ansible/ansible/issues/83557#issuecomment-2231986971
unset ANSIBLE_HOST_PATTERN_MISMATCH
echo debug var=inventory_hostname | ansible-console '{{"localhost"}}'