mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
correct for ubuntu
This commit is contained in:
parent
810950ceaa
commit
3da96de4e9
3 changed files with 12 additions and 12 deletions
|
|
@ -28,11 +28,6 @@
|
|||
package: name=dhcpcd-dbus
|
||||
state=present
|
||||
|
||||
- name: start up the dhcpcd service
|
||||
service: name=dhcpcd
|
||||
enabled=True
|
||||
state=started
|
||||
|
||||
- name: for upgrades from earlier 6.2, remove br0 file
|
||||
file: path=/etc/network/interfaces.d/br0
|
||||
state=absent
|
||||
|
|
@ -47,6 +42,11 @@
|
|||
src=network/interfaces.j2
|
||||
register: interface
|
||||
|
||||
- name: start up the dhcpcd service
|
||||
service: name=dhcpcd
|
||||
enabled=True
|
||||
state=started
|
||||
|
||||
- name: If this was a change, things need to shift
|
||||
service: name=hostapd state=stopped
|
||||
when: interface.changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue