diff --git a/handlers/main.yml b/handlers/main.yml index 53071c3..a28e14e 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -1,7 +1,7 @@ #SPDX-License-Identifier: MIT-0 --- # handlers file for role-ipa-server -- name: restart ipactl +- name: restart httpd service: - name: ipactl + name: httpd state: restarted diff --git a/tasks/main.yml b/tasks/main.yml index 18a2474..11019b9 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -43,7 +43,7 @@ state: link force: yes when: (result is succeeded) and (result2 is succeeded) - notify: restart ipactl + notify: restart httpd - name: create symlink for private key ansible.builtin.file: @@ -52,4 +52,4 @@ state: link force: yes when: (result is succeeded) and (result2 is succeeded) - notify: restart ipactl + notify: restart httpd