Skip to content

Commit f71e162

Browse files
Fix molecule scenario
Former-commit-id: dbd5381
1 parent 891d64d commit f71e162

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

molecule/default/converge.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,16 @@
99
- github_account: monolithprojects
1010
roles:
1111
- 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

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)