Skip to content

Commit ab2b222

Browse files
Fix molecule cleanup, return reinstall test
1 parent 6edc8a2 commit ab2b222

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

molecule/default/converge.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88
- github_repo: ansible-github_actions_runner-testrepo
99
- github_account: monolithprojects
1010
- 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"
1125
roles:
1226
- robertdebock.epel
1327
- ansible-github_actions_runner

molecule/organization/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
vars:
77
- runner_user: ansible
88
- github_repo: ansible-github_actions_runner-testrepo
9-
- github_account: monolithprojects
9+
- github_account: monolithprojects-testorg
1010
- runner_state: absent
1111
- runner_org: yes
1212
roles:

molecule/organization/converge.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
1010
- runner_org: yes
1111
- runner_state: "stopped"
1212
- 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"
1328
roles:
1429
- robertdebock.epel
1530
- ansible-github_actions_runner

0 commit comments

Comments
 (0)