Skip to content

Commit 021c2fe

Browse files
Fixes default config template path
1 parent c699191 commit 021c2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
- name: Create teleport config
6565
become: yes
6666
template:
67-
src: "teleport.yaml.j2"
67+
src: "{{ teleport_config_template }}"
6868
dest: "{{ teleport_config_path }}"
6969
owner: "root"
7070
group: "root"

0 commit comments

Comments
 (0)