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 891d64d commit f71e162Copy full SHA for f71e162
molecule/default/converge.yml
@@ -9,3 +9,16 @@
9
- github_account: monolithprojects
10
roles:
11
- role: ansible-github_actions_runner
12
+
13
+- name: Uninstall
14
+ user: ansible
15
+ hosts: all
16
+ become: yes
17
+ tags:
18
+ - uninstall
19
+ vars:
20
+ - runner_user: ansible
21
+ - github_repo: ansible-github_actions_runner-testrepo
22
+ - github_account: monolithprojects
23
+ roles:
24
+ - role: ansible-github_actions_runner
molecule/default/uninstall.yml
0 commit comments