Fix path
This commit is contained in:
parent
8deaa480b0
commit
0bf133caa3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
# 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
|
||||
copy: src=digicert-intermediate.pem dest=/etc/pki/ca-trust/source/anchors/digicert-intermediate.pem
|
||||
tags: digicert_hotfix
|
||||
when: ansible_distribution_major_version|int == 7 or ansible_distribution_major_version|int >=20
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue