Commit 7ffbda6b authored by Administrator's avatar Administrator
Browse files

Merge branch 'root-master-patch-90819' into 'master'

Update run.yml

See merge request ansible/playbooks/idm-freeipa-setup-after!29
parents 7cf9c84c ab9fd359
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
  become: yes
  vars:
    - ssl_refresher_success: |
        ipactl restart
        systemctl restart httpd.service
  roles:
    - ssl_refresher

@@ -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