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 4769ce0 commit 15f39bbCopy full SHA for 15f39bb
molecule/default/cleanup.yml
@@ -0,0 +1,12 @@
1
+---
2
+- name: Cleanup
3
+ user: ansible
4
+ hosts: all
5
+ become: yes
6
+ vars:
7
+ - runner_user: ansible
8
+ - github_repo: ansible-github_actions_runner-testrepo
9
+ - github_account: monolithprojects
10
+ - runner_state: absent
11
+ roles:
12
+ - ansible-github_actions_runner
molecule/organization/cleanup.yml
@@ -0,0 +1,13 @@
+ - runner_org: yes
13
0 commit comments