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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue