forked from Deuxfleurs/infrastructure
Remove last reference to obsolete nomad1 interface
This commit is contained in:
parent
351e6f13d5
commit
d590a98bed
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: reload iptables
|
||||
shell: iptables-restore < /etc/iptables/rules.v4 && systemctl restart docker && ifdown nomad1 || true && ifup nomad1 || true
|
||||
shell: iptables-restore < /etc/iptables/rules.v4 && systemctl restart docker
|
||||
|
||||
- name: reload ip6tables
|
||||
shell: ip6tables-restore < /etc/iptables/rules.v6
|
||||
|
|
Loading…
Reference in a new issue