fix typo in template path

This commit is contained in:
Robert Kaussow 2018-06-22 21:59:02 +02:00
parent 2c1c1b97a2
commit 1a3d5729c5

View File

@ -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 }}"