Skip to content

Commit 235b1c3

Browse files
committed
ansible-lint: Fix include_role parameter name
1 parent 0198462 commit 235b1c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/deploy-github-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
tasks:
99
- name: Deploy runners
1010
ansible.builtin.include_role:
11-
role: monolithprojects.github_actions_runner
11+
name: monolithprojects.github_actions_runner
1212
vars:
1313
runner_name: "{{ ansible_facts.nodename }}-{{ runner.key }}"
1414
runner_dir: "{{ base_runner_dir }}/{{ runner.key }}"

0 commit comments

Comments
 (0)