Loading run.yml +4 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ become: yes vars: - ssl_refresher_success: | ipactl restart systemctl restart httpd.service roles: - ssl_refresher Loading Loading @@ -51,7 +51,9 @@ - Restart ipa handlers: - name: Restart ipa ansible.builtin.shell: ipactl restart ansible.builtin.systemd: name: httpd.service state: restarted - name: Install ucarp with dependencies hosts: ipaserver:ipareplicas Loading Loading
run.yml +4 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ become: yes vars: - ssl_refresher_success: | ipactl restart systemctl restart httpd.service roles: - ssl_refresher Loading Loading @@ -51,7 +51,9 @@ - Restart ipa handlers: - name: Restart ipa ansible.builtin.shell: ipactl restart ansible.builtin.systemd: name: httpd.service state: restarted - name: Install ucarp with dependencies hosts: ipaserver:ipareplicas Loading