Remove digicert hotfix
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
01a14da9a6
commit
ba2a83b96a
1 changed files with 6 additions and 2 deletions
|
@ -7,8 +7,12 @@
|
|||
|
||||
# TODO: Remove hotfix
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1288076#c4
|
||||
- name: digicert cert hotfix
|
||||
copy: src=digicert-intermediate.pem dest=/etc/pki/ca-trust/source/anchors/digicert-intermediate.pem
|
||||
#- name: digicert cert hotfix
|
||||
# copy: src=digicert-intermediate.pem dest=/etc/pki/ca-trust/source/anchors/digicert-intermediate.pem
|
||||
# tags: digicert_hotfix
|
||||
|
||||
- name: Remove digicert cert hotfix
|
||||
file: path=/etc/pki/ca-trust/source/anchors/digicert-intermediate.pem state=absent
|
||||
tags: digicert_hotfix
|
||||
|
||||
- name: update ca trust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue