From e0527b727e5162c32188f33ce07297c71be5acfd Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 29 Sep 2017 17:53:19 -0400 Subject: [PATCH] further clarified ./runtags accepts "playbook and tagnames" --- runtags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtags b/runtags index 2e347f03e..933d07a67 100755 --- a/runtags +++ b/runtags @@ -27,7 +27,7 @@ then echo " usage: ./runtags " echo " usage: ./runtags ,," 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