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