Skip to content

Commit 0b7b2e1

Browse files
Update
1 parent 0ff65e1 commit 0b7b2e1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

molecule/default/converge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- runner_version: "latest"
1212
- runner_labels:
1313
- label1
14+
- repo-runner
1415
roles:
1516
- robertdebock.epel
1617
- ansible-github_actions_runner

molecule/repo/converge.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
- github_repo: ansible-github_actions_runner-testrepo
1010
- github_account: monolithprojects-testorg
1111
- runner_version: "latest"
12-
- runner_labels: "'test1','repo-runner'"
12+
- runner_labels:
13+
- label1
14+
- repo-runner
1315
roles:
1416
- robertdebock.epel
1517
- ansible-github_actions_runner

0 commit comments

Comments
 (0)