fix typo in template dest

This commit is contained in:
Robert Kaussow 2018-06-22 22:50:24 +02:00
parent 755a43b84a
commit 46d40c2a4e

View File

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