Skip to content

Commit

Permalink
ansible-lint: Fix include_role parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Sep 19, 2024
1 parent 0198462 commit 235b1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/deploy-github-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
tasks:
- name: Deploy runners
ansible.builtin.include_role:
role: monolithprojects.github_actions_runner
name: monolithprojects.github_actions_runner
vars:
runner_name: "{{ ansible_facts.nodename }}-{{ runner.key }}"
runner_dir: "{{ base_runner_dir }}/{{ runner.key }}"
Expand Down

0 comments on commit 235b1c3

Please sign in to comment.