Fix typo
This commit is contained in:
parent
4b4e6be3ad
commit
cf2415feb8
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
- name: Install Let's Encrypt config
|
- name: Install Let's Encrypt config
|
||||||
template:
|
template:
|
||||||
src: templates/certbot/cli.ini
|
src: templates/cli.ini
|
||||||
dest: '{{ certbot__conf_cli }}'
|
dest: '{{ certbot__conf_cli }}'
|
||||||
mode: 'u=rw,go=r'
|
mode: 'u=rw,go=r'
|
||||||
owner: root
|
owner: root
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
- name: Install Nginx SSL options
|
- name: Install Nginx SSL options
|
||||||
template:
|
template:
|
||||||
src: templates/certbot/options-ssl-nginx.conf
|
src: templates/options-ssl-nginx.conf
|
||||||
dest: '{{ certbot__conf_nginx }}'
|
dest: '{{ certbot__conf_nginx }}'
|
||||||
mode: 'u=rw,go=r'
|
mode: 'u=rw,go=r'
|
||||||
owner: root
|
owner: root
|
||||||
|
|
Loading…
Reference in a new issue