fix typo in template path
This commit is contained in:
parent
2c1c1b97a2
commit
1a3d5729c5
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
- name: Deploy config file
|
- name: Deploy config file
|
||||||
template:
|
template:
|
||||||
src: conf/cli.ini.j2
|
src: config/cli.ini.j2
|
||||||
dest: " {{ certbot_config_dir }} "
|
dest: " {{ certbot_config_dir }} "
|
||||||
become: True
|
become: True
|
||||||
become_user: "{{ certbot_user }}"
|
become_user: "{{ certbot_user }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user