Skip to content

Commit 560dacf

Browse files
Molecule test
Former-commit-id: f24d836
1 parent 12a4adb commit 560dacf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

molecule/default/cleanup.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
tasks:
11+
- include_role:
12+
name: ansible-github_actions_runner
13+
apply:
14+
tags:
15+
- uninstall

0 commit comments

Comments
 (0)