We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5640bf commit 4eed0e7Copy full SHA for 4eed0e7
ansible-docker.sh
@@ -79,7 +79,7 @@ else
79
[ -n "${REQUIREMENTS}" ] && ansible-galaxy install "${REQUIREMENTS}"
80
fi
81
if [ "$0" = "${BASH_SOURCE[*]}" ] ; then
82
- >&2 printf "Running Ansible debian check...\n"
+ >&2 printf "Running Ansible centos check...\n"
83
ansible::prepare
84
if [[ "${TARGETS}" == *.yml ]]
85
then
0 commit comments