File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 8
8
- github_repo : ansible-github_actions_runner-testrepo
9
9
- github_account : monolithprojects
10
10
- runner_version : " latest"
11
+ roles :
12
+ - robertdebock.epel
13
+ - ansible-github_actions_runner
14
+
15
+ - name : Reinstall
16
+ user : ansible
17
+ hosts : all
18
+ become : yes
19
+ vars :
20
+ - runner_user : ansible
21
+ - github_repo : ansible-github_actions_runner-testrepo
22
+ - github_account : monolithprojects
23
+ - reinstall_runner : yes
24
+ - runner_version : " latest"
11
25
roles :
12
26
- robertdebock.epel
13
27
- ansible-github_actions_runner
Original file line number Diff line number Diff line change 6
6
vars :
7
7
- runner_user : ansible
8
8
- github_repo : ansible-github_actions_runner-testrepo
9
- - github_account : monolithprojects
9
+ - github_account : monolithprojects-testorg
10
10
- runner_state : absent
11
11
- runner_org : yes
12
12
roles :
Original file line number Diff line number Diff line change 10
10
- runner_org : yes
11
11
- runner_state : " stopped"
12
12
- runner_version : " 2.274.1"
13
+ roles :
14
+ - robertdebock.epel
15
+ - ansible-github_actions_runner
16
+
17
+ - name : Reinstall
18
+ user : ansible
19
+ hosts : all
20
+ become : yes
21
+ vars :
22
+ - runner_user : ansible
23
+ - github_repo : ansible-github_actions_runner-testrepo
24
+ - github_account : monolithprojects-testorg
25
+ - runner_org : yes
26
+ # - reinstall_runner: yes
27
+ - runner_version : " latest"
13
28
roles :
14
29
- robertdebock.epel
15
30
- ansible-github_actions_runner
You can’t perform that action at this time.
0 commit comments