Update to 2022-10-27 14:00

This commit is contained in:
Daniel Berteaud
2022-10-27 14:00:08 +02:00
parent c5d3ee9d98
commit b851bc1a33
5 changed files with 14 additions and 4 deletions

View File

@@ -67,7 +67,7 @@
include_tasks: ../includes/create_selfsigned_cert.yml
vars:
cert_path: "{{ httpd_cert_path }}"
cert_key_path: "{{ cert_key_path }"
cert_key_path: "{{ httpd_key_path }}"
when: not httpd_default_cert.stat.exists
tags: [conf,cert,web]