not 110, only 11

This commit is contained in:
Kevin Fenzi 2017-12-26 21:08:40 +00:00
parent 5d5c7e3ab9
commit ba1e76b9b2

View file

@ -200,10 +200,10 @@
- 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')
when: inventory_hostname.startswith('proxy11.fedoraproject')
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')
when: inventory_hostname.startswith('proxy11.fedoraproject')
tags: restart-ipv6