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
|
- name: create symlink for certificate
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
src: /etc/letsencrypt/live
|
src: "/etc/letsencrypt/live/{{ansible_fqdn}}/cert.pem"
|
||||||
dest: /var/lib/ipa/certs/httpd.crt
|
dest: /var/lib/ipa/certs/httpd.crt
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
- name: create symlink for private key
|
- name: create symlink for private key
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
src: /etc/letsencrypt/live
|
src: "/etc/letsencrypt/live/{{ansible_fqdn}}/privkey.pem"
|
||||||
dest: /var/lib/ipa/private/httpd.key
|
dest: /var/lib/ipa/private/httpd.key
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue