Fix dhparams path.

This commit is contained in:
Brian Lee 2023-08-03 15:30:51 -07:00
parent aecd01ccd8
commit 5b88f82391

View File

@ -10,7 +10,7 @@
- name: Use previously generated dhparams to reduce deployment time by several minutes.
ansible.builtin.copy:
src: dhparams.pem
dest: "{{ acme_path }}/dhparams.pem"
dest: "{{ nginx_config_dhparam }}"
force: false
when: dhparams.stat.exists
tags: dhparams