basics.yml aktualisiert
This commit is contained in:
parent
8c2e400294
commit
7660e8ff70
@ -155,6 +155,12 @@
|
||||
state: restarted
|
||||
when: dhcpcd.changed
|
||||
|
||||
- name: Restart systemd-resolved
|
||||
service:
|
||||
name: systemd-resolved
|
||||
state: restarted
|
||||
when: dhcpcd.changed
|
||||
|
||||
- name: Set a hostname
|
||||
ansible.builtin.hostname:
|
||||
name: "{{inventory_hostname}}"
|
||||
|
Loading…
Reference in New Issue
Block a user