We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c84421 commit a226633Copy full SHA for a226633
molecule/default/converge.yml
@@ -2,12 +2,14 @@
2
- name: Install
3
user: ansible
4
hosts: all
5
+ gather_facts: yes
6
become: yes
7
vars:
8
- runner_user: ansible
9
- github_repo: ansible-github_actions_runner-testrepo
10
- github_account: monolithprojects
11
- runner_version: "latest"
12
+ - reinstall_runner: yes
13
roles:
14
- robertdebock.epel
15
- ansible-github_actions_runner
@@ -16,6 +18,7 @@
16
18
17
19
20
21
22
23
24
0 commit comments