mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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" == "" ]
|
||||
then
|
||||
echo " usage: ./runtags <tagname>"
|
||||
echo " Can take a single value or a comma separated list"
|
||||
echo " Retrieving a list of possible values"
|
||||
echo " Can take a single value or a comma separated list."
|
||||
echo " Now retrieving a list of possible values..."
|
||||
ansible-playbook -i ansible_hosts iiab.yml --connection=local --list-tag
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue