Skip to content

Commit 5ca1001

Browse files
authored
Update main.yml
1 parent edf6c19 commit 5ca1001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
- name: "Template a file to installtion path {{ geyser.installation_path }}/config.yml"
1919
ansible.builtin.template:
20-
src: /templates/config.yml.j2
20+
src: templates/config.yml.j2
2121
dest: "{{ geyser.installation_path }}/config.yml"
2222
owner: "{{ geyser.user }}"
2323
group: "{{ geyser.user }}"
@@ -40,4 +40,4 @@
4040
state: restarted
4141
daemon_reload: true
4242
name: "{{ geyser.name }}"
43-
tags: restart_geyser
43+
tags: restart_geyser

0 commit comments

Comments
 (0)