This hotfix is now reverted, and should be deleted
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ba2a83b96a
commit
38effbb69b
1 changed files with 0 additions and 14 deletions
|
@ -5,20 +5,6 @@
|
|||
# Things in here are things we want to do to every machine no matter what.
|
||||
#
|
||||
|
||||
# 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
|
||||
# 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
|
||||
shell: /usr/bin/update-ca-trust
|
||||
tags: digicert_hotfix
|
||||
|
||||
# XXX fixme # a datacenter 'fact' from setup
|
||||
- name: /etc/resolv.conf
|
||||
copy: src={{ item }} dest=/etc/resolv.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue