Skip to content

Commit

Permalink
Merge pull request #23 from stackhpc/handler_name_fix
Browse files Browse the repository at this point in the history
Handler name correction
  • Loading branch information
darmach authored Mar 5, 2024
2 parents e754b0a + 1598ce9 commit ac1cf33
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 ac1cf33

Please sign in to comment.