Skip to content

Commit 6fa6a58

Browse files
niziakguenhter
authored andcommitted
fix error with non existing variable 'runner_config_file_path'
1 parent e91422d commit 6fa6a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/template_config/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
block:
55
- name: '(Update config: template) Read config.toml file'
66
ansible.builtin.slurp:
7-
src: "{{ runner_config_file_path }}"
7+
src: "{{ gitlab_runner_config_file }}"
88
register: runner_config_file
99

1010
- name: '(Update config: template) Retrieve runners configuration content'

0 commit comments

Comments
 (0)