From 5d5c7e3ab9e423fa67424f234b0c8e703fe1ce8f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 26 Dec 2017 21:06:48 +0000 Subject: [PATCH] add some tags --- playbooks/groups/proxies.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 73e515823f..eaad2b7613 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -201,7 +201,9 @@ - name: install restart ipv6 script on proxies that have problems keeping ipv6 routes copy: src="{{ files }}/scripts/restart-broken-ipv6" dest=/usr/local/bin/restart-broken-ipv6 mode=0755 when: inventory_hostname.startswith('proxy11') + tags: restart-ipv6 - name: setup cron job to check/fix ipv6 copy: src="{{ files }}/scripts/restart-broken-ipv6.cron" dest=/etc/cron.d/restart-broken-ipv6 mode=0644 when: inventory_hostname.startswith('proxy11') + tags: restart-ipv6