Fix ending up with no link on WAN interface.
This commit is contained in:
parent
3059ba0cd6
commit
c06aa6e519
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: restart networking
|
||||
systemd: name=networking state=restarted enabled=yes
|
||||
listen: restart networking
|
||||
command: ifup {{ if_lan }}
|
||||
listen: "bring up LAN interface"
|
||||
when: not run_in_installer|default(false)|bool
|
||||
|
||||
- name: start firewalld
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue