We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e754b0a + 1598ce9 commit ac1cf33Copy full SHA for ac1cf33
roles/systemd_networkd/tasks/cleanup.yml
@@ -22,4 +22,4 @@
22
state: absent
23
loop: "{{ networkd_files.files | map(attribute='path') | map('basename') | difference(expected_files | flatten) | list }}"
24
notify:
25
- - restart systemd-networkd
+ - Restart systemd-networkd
roles/systemd_networkd/tasks/config.yml
@@ -20,6 +20,7 @@
20
loop: "{{ query('subelements', all_files, 'files') }}"
21
loop_control:
label: "{{ item.0.type }} - {{ item.1.key }}"
- notify: restart systemd-networkd
+ notify:
26
# vim: set ts=2 sw=2:
0 commit comments