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:
parent
fa2dd70cab
commit
7ac1395932
1 changed files with 2 additions and 2 deletions
4
runtags
4
runtags
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue