Skip to content

Commit

Permalink
Handler name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
darmach committed Mar 5, 2024
1 parent e754b0a commit 1598ce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/systemd_networkd/tasks/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
state: absent
loop: "{{ networkd_files.files | map(attribute='path') | map('basename') | difference(expected_files | flatten) | list }}"
notify:
- restart systemd-networkd
- Restart systemd-networkd
3 changes: 2 additions & 1 deletion roles/systemd_networkd/tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
loop: "{{ query('subelements', all_files, 'files') }}"
loop_control:
label: "{{ item.0.type }} - {{ item.1.key }}"
notify: restart systemd-networkd
notify:
- Restart systemd-networkd

# vim: set ts=2 sw=2:

0 comments on commit 1598ce9

Please sign in to comment.