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:
parent
c12d3f8e74
commit
e0527b727e
1 changed files with 1 additions and 1 deletions
2
runtags
2
runtags
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue