This is a workaround for a nss-3.40/certmonger/389-ds/p11-proxy
issue in Fedora.

Change-Id: I3ff7324d4878b64c2e2af75b3a465710a33655b5
This commit is contained in:
Grzegorz Grasza 2018-12-04 16:54:33 +01:00
parent 59b91ceebf
commit 22a90c2508
1 changed files with 13 additions and 0 deletions

View File

@ -51,6 +51,19 @@
state: stopped
become: true
- name: Workaround https://bugzilla.redhat.com/show_bug.cgi?id=1624606
file:
path: /etc/crypto-policies/local.d/nss-p11-kit.config
state: absent
register: nss_policy_workaround
ignore_errors: yes
become: true
- name: Update crypto policies
command: update-crypto-policies
become: true
when: nss_policy_workaround.changed
- name: Configure FreeIPA
command: >
ipa-server-install -U -r EXAMPLE.TEST