Skip to content

Commit

Permalink
Using handlers to restart services in join_domain role
Browse files Browse the repository at this point in the history
  • Loading branch information
AllRWeak authored and bl0way committed Feb 18, 2024
1 parent 5018ea5 commit bd96eaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nova/core/roles/join_domain/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
name: sssd
enabled: true
state: restarted
when:
- ansible_system == "Linux"
- not reboot_on_finalize | default(false) # Only restart sssd service if reboot is not scheduled

- name: Rebooting...
ansible.builtin.reboot:

0 comments on commit bd96eaa

Please sign in to comment.