Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Apr 12, 2024
1 parent b0839c1 commit fe83760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/reportinator_server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

- name: Copy necessary template files to reportinator_server dir
ansible.builtin.template:
src: docker-compose.yml.tpl
dest: "{{ reportinator_server_dir }}/docker-compose.yml
src: "docker-compose.yml.tpl"
dest: "{{ reportinator_server_dir }}/docker-compose.yml"
mode: 0644

- name: UFW - Allow http/https connections
Expand Down

0 comments on commit fe83760

Please sign in to comment.