Skip to content

Commit ac1cf33

Browse files
authored
Merge pull request #23 from stackhpc/handler_name_fix
Handler name correction
2 parents e754b0a + 1598ce9 commit ac1cf33

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

roles/systemd_networkd/tasks/cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
state: absent
2323
loop: "{{ networkd_files.files | map(attribute='path') | map('basename') | difference(expected_files | flatten) | list }}"
2424
notify:
25-
- restart systemd-networkd
25+
- Restart systemd-networkd

roles/systemd_networkd/tasks/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
loop: "{{ query('subelements', all_files, 'files') }}"
2121
loop_control:
2222
label: "{{ item.0.type }} - {{ item.1.key }}"
23-
notify: restart systemd-networkd
23+
notify:
24+
- Restart systemd-networkd
2425

2526
# vim: set ts=2 sw=2:

0 commit comments

Comments
 (0)