Skip to content

Commit

Permalink
mirror changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Leiner committed Feb 12, 2025
1 parent a237b4e commit 6145954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/rke2/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
throttle: 1
when:
- not rke2_reboot
- ("rke2_servers" in group_names)

- name: Restart rke2-agent
ansible.builtin.service:
Expand All @@ -31,6 +32,7 @@
throttle: 1
when:
- not rke2_reboot
- ("rke2_agents" in group_names)

- name: Reload NetworkManager
ansible.builtin.systemd:
Expand Down

0 comments on commit 6145954

Please sign in to comment.