From 1891c54a636b5cd90d7f74c5dac05d2934e87ebf Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 24 Sep 2014 23:13:37 +0000 Subject: [PATCH] adding tag to hosts role in taskotron-prod --- playbooks/groups/taskotron-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/taskotron-prod.yml b/playbooks/groups/taskotron-prod.yml index 3b633325f3..23baab3f2a 100644 --- a/playbooks/groups/taskotron-prod.yml +++ b/playbooks/groups/taskotron-prod.yml @@ -35,7 +35,7 @@ - { role: base, tags:['base'] } - { role: rkhunter, tags:['rkhunter'] } - { role: nagios_client, tags:['nagios_client'] } - - hosts + - { role: hosts, tags:['hosts']} - { role: fas_client, tags:['fas_client'] } - { role: collectd/base, tags:['collectd_base'] } - { role: yum-cron, tags:['yumcron'] }