switch to restarting httpd rather than trying to restart all freeipa services

This commit is contained in:
Beth Parker 2025-03-28 15:45:19 -05:00
parent 6a7e8b1e68
commit 41e6d1e78d
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#SPDX-License-Identifier: MIT-0 #SPDX-License-Identifier: MIT-0
--- ---
# handlers file for role-ipa-server # handlers file for role-ipa-server
- name: restart ipactl - name: restart httpd
service: service:
name: ipactl name: httpd
state: restarted state: restarted

View file

@ -43,7 +43,7 @@
state: link state: link
force: yes force: yes
when: (result is succeeded) and (result2 is succeeded) when: (result is succeeded) and (result2 is succeeded)
notify: restart ipactl notify: restart httpd
- name: create symlink for private key - name: create symlink for private key
ansible.builtin.file: ansible.builtin.file:
@ -52,4 +52,4 @@
state: link state: link
force: yes force: yes
when: (result is succeeded) and (result2 is succeeded) when: (result is succeeded) and (result2 is succeeded)
notify: restart ipactl notify: restart httpd