This commit is contained in:
Alex Kotov 2021-09-20 09:44:23 +05:00
parent 4b4e6be3ad
commit cf2415feb8
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
- name: Install Let's Encrypt config
template:
src: templates/certbot/cli.ini
src: templates/cli.ini
dest: '{{ certbot__conf_cli }}'
mode: 'u=rw,go=r'
owner: root
@ -32,7 +32,7 @@
- name: Install Nginx SSL options
template:
src: templates/certbot/options-ssl-nginx.conf
src: templates/options-ssl-nginx.conf
dest: '{{ certbot__conf_nginx }}'
mode: 'u=rw,go=r'
owner: root