fix cert symlink
This commit is contained in:
parent
41e6d1e78d
commit
a51a192262
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
- name: create symlink for certificate
|
||||
ansible.builtin.file:
|
||||
src: /etc/letsencrypt/live
|
||||
src: "/etc/letsencrypt/live/{{ansible_fqdn}}/cert.pem"
|
||||
dest: /var/lib/ipa/certs/httpd.crt
|
||||
state: link
|
||||
force: yes
|
||||
|
@ -47,7 +47,7 @@
|
|||
|
||||
- name: create symlink for private key
|
||||
ansible.builtin.file:
|
||||
src: /etc/letsencrypt/live
|
||||
src: "/etc/letsencrypt/live/{{ansible_fqdn}}/privkey.pem"
|
||||
dest: /var/lib/ipa/private/httpd.key
|
||||
state: link
|
||||
force: yes
|
||||
|
|
Loading…
Add table
Reference in a new issue