Skip to content

Commit

Permalink
Refactor systemd_networkd role's handler names
Browse files Browse the repository at this point in the history
This is to make the verbiage used for these handlers consistent with
other named handlers (that are related in purpose) and tasks.
  • Loading branch information
cavcrosby committed Jan 11, 2025
1 parent 7edb3d7 commit 9715751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/systemd_networkd/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Start and enable systemd-networkd service
- name: Enable and start the systemd-networkd service
ansible.builtin.systemd_service:
name: systemd-networkd.service
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion roles/systemd_networkd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
force: false
become: true
notify:
- Start and enable systemd-networkd service
- Enable and start the systemd-networkd service
- Remove the networking service's interfaces file (debian-like)
- Stop and disable the networking service (debian-like)
- Restart systemd-networkd service
Expand Down

0 comments on commit 9715751

Please sign in to comment.