Fix case for handlers
This commit is contained in:
parent
58dd635d0f
commit
cea9437258
5 changed files with 21 additions and 21 deletions
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
- name: Desktop configuration
|
||||
notify:
|
||||
- restart systemd-networkd
|
||||
- restart systemd-resolved
|
||||
- Restart systemd-networkd
|
||||
- Restart systemd-resolved
|
||||
block:
|
||||
- name: Setup network configuration
|
||||
become: true
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@
|
|||
- src: "templates/xps/network/wlan0.network.j2"
|
||||
dest: "/etc/systemd/network/20-wireless.network"
|
||||
notify:
|
||||
- restart systemd-networkd
|
||||
- restart systemd-resolved
|
||||
- Restart systemd-networkd
|
||||
- Restart systemd-resolved
|
||||
|
||||
- name: Create iwd directory
|
||||
become: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue