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 0ff65e1 commit 0b7b2e1Copy full SHA for 0b7b2e1
molecule/default/converge.yml
@@ -11,6 +11,7 @@
11
- runner_version: "latest"
12
- runner_labels:
13
- label1
14
+ - repo-runner
15
roles:
16
- robertdebock.epel
17
- ansible-github_actions_runner
molecule/repo/converge.yml
@@ -9,7 +9,9 @@
9
- github_repo: ansible-github_actions_runner-testrepo
10
- github_account: monolithprojects-testorg
- - runner_labels: "'test1','repo-runner'"
+ - runner_labels:
+ - label1
0 commit comments