Commit 6ba004db authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

fix

parent 3385ed41
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
---

- name: Install ucarp
  hosts: ipaserver:ipareplicas
  become: yes
  roles:
    - ucarp_systemd

- name: Install LE CA
  hosts: ipaserver
  become: yes
@@ -19,3 +13,9 @@
    - name: Update IPA certs
      ansible.builtin.shell: ipa-certupdate
      changed_when: False

- name: Install ucarp
  hosts: ipaserver:ipareplicas
  become: yes
  roles:
    - ucarp_systemd