1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Clarified usage explanation (what "./runtags" shows when run w/o params)

This commit is contained in:
A Holt 2017-09-21 16:38:04 -04:00 committed by GitHub
parent fa2dd70cab
commit 7ac1395932

View file

@ -25,8 +25,8 @@ tags=$(echo $1 | tr "," "\n")
if [ "$tags" == "" ] if [ "$tags" == "" ]
then then
echo " usage: ./runtags <tagname>" echo " usage: ./runtags <tagname>"
echo " Can take a single value or a comma separated list" echo " Can take a single value or a comma separated list."
echo " Retrieving a list of possible values" echo " Now retrieving a list of possible values..."
ansible-playbook -i ansible_hosts iiab.yml --connection=local --list-tag ansible-playbook -i ansible_hosts iiab.yml --connection=local --list-tag
exit 0 exit 0
fi fi