dhcpcd: Install and configure dhcpcd
`dhcpcd` is a fully-featured network manager, without all the bloat of `NetworkManager`.
This commit is contained in:
4
roles/dhcpcd/handlers/main.yml
Normal file
4
roles/dhcpcd/handlers/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- name: restart dhcpcd
|
||||
service:
|
||||
name=dhcpcd
|
||||
state=restarted
|
||||
Reference in New Issue
Block a user