fix typo in template path

This commit is contained in:
Robert Kaussow 2018-06-22 21:59:02 +02:00
parent 2c1c1b97a2
commit 1a3d5729c5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
- name: Deploy config file
template:
src: conf/cli.ini.j2
src: config/cli.ini.j2
dest: " {{ certbot_config_dir }} "
become: True
become_user: "{{ certbot_user }}"