Skip to content

Commit dec093c

Browse files
Simplify molecule test
1 parent f157a87 commit dec093c

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

molecule/default/converge.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@
77
- runner_user: ansible
88
- github_repo: ansible-github_actions_runner-testrepo
99
- github_account: monolithprojects
10-
- runner_state: "stopped"
11-
- runner_version: "2.274.1"
12-
roles:
13-
- robertdebock.epel
14-
- ansible-github_actions_runner
15-
16-
- name: Reinstall
17-
user: ansible
18-
hosts: all
19-
become: yes
20-
vars:
21-
- runner_user: ansible
22-
- github_repo: ansible-github_actions_runner-testrepo
23-
- github_account: monolithprojects
24-
- reinstall_runner: yes
2510
- runner_version: "latest"
2611
roles:
2712
- robertdebock.epel

molecule/organization/converge.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,6 @@
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"
2813
roles:
2914
- robertdebock.epel
3015
- ansible-github_actions_runner

0 commit comments

Comments
 (0)