From 38effbb69b709b4b6b0d3236630f593e38014a82 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 3 Dec 2015 17:16:01 +0000 Subject: [PATCH] This hotfix is now reverted, and should be deleted Signed-off-by: Patrick Uiterwijk --- roles/base/tasks/main.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 7f51aaa6a7..a56e3567b3 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -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