1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

further clarified ./runtags accepts "playbook and tagnames"

This commit is contained in:
A Holt 2017-09-29 17:53:19 -04:00 committed by GitHub
parent c12d3f8e74
commit e0527b727e

View file

@ -27,7 +27,7 @@ then
echo " usage: ./runtags <tagname>"
echo " usage: ./runtags <tagname1>,<tagname2>,<tagname3>"
echo " Can take a single value or a comma-separated list (no spaces within the list!)"
echo " Now retrieving a list of possible Ansible playbook values..."
echo " Now retrieving a list of possible Ansible playbook and tagname values..."
ansible-playbook -i ansible_hosts iiab.yml --connection=local --list-tag
exit 0
fi