not 110, only 11
This commit is contained in:
parent
5d5c7e3ab9
commit
ba1e76b9b2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue