mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
somehow we lost some definitions in Debian.yml, called in dhcpcd-dbus rather than dhcpcd5, which works
This commit is contained in:
parent
d6f82697dd
commit
86e40bbda4
2 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
ignore_errors: True
|
||||
|
||||
- name: Get the dhcp client daemon used in recent raspbian
|
||||
package: name=dhcpcd-dbus
|
||||
package: name=dhcpcd5
|
||||
state=present
|
||||
|
||||
- name: for upgrades from earlier 6.2, remove br0 file
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
is_debian: True
|
||||
is_debuntu: True
|
||||
is_ubuntu: False
|
||||
is_redhat: False
|
||||
dns_service: bind9
|
||||
dns_user: bind
|
||||
proxy: squid3
|
||||
|
|
Loading…
Add table
Reference in a new issue