mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 11:12:52 +00:00
Fix typo in OpenSSL task
This commit is contained in:
@@ -644,7 +644,7 @@
|
|||||||
- www
|
- www
|
||||||
|
|
||||||
- name: "Deployer - OpenSSL - Configure - Copy Certificate / Root"
|
- name: "Deployer - OpenSSL - Configure - Copy Certificate / Root"
|
||||||
community.crypto.x509_certificate:
|
ansible.builtin.copy:
|
||||||
src: "/root/data/openssl/root/cert.pem"
|
src: "/root/data/openssl/root/cert.pem"
|
||||||
dest: "/usr/local/share/ca-certificates/root.crt"
|
dest: "/usr/local/share/ca-certificates/root.crt"
|
||||||
tags:
|
tags:
|
||||||
|
Reference in New Issue
Block a user