Fix path to digicert ca
This commit is contained in:
parent
888becce26
commit
1d74094bba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: copy httpd ssl certificates (CAcert)
|
- name: copy httpd ssl certificates (CAcert)
|
||||||
copy: src="{{ files }}/copr/DigiCertCA.crt" dest="/etc/pki/tls/certs/" owner=root group=root mode=0600
|
copy: src=DigiCertCA.crt dest="/etc/pki/tls/certs/" owner=root group=root mode=0600
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue