Skip to content

Commit 2afb515

Browse files
Test
1 parent 1933ae9 commit 2afb515

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/lifecycle.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
uses: actions/checkout@v2
3333
with:
3434
path: "${{ github.repository }}"
35-
- name: Molecule for Ansible - converge Default
36-
uses: MonolithProjects/[email protected]
37-
env:
38-
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
39-
with:
40-
molecule_command: converge
35+
# - name: Molecule for Ansible - converge Default
36+
# uses: MonolithProjects/[email protected]
37+
# env:
38+
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
39+
# with:
40+
# molecule_command: converge
4141
- name: Molecule for Ansible - converge tag uninstall
4242
uses: MonolithProjects/[email protected]
4343
env:
4444
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4545
with:
4646
molecule_command: converge
47-
converge_extra_args: "--tags uninstall"
47+
converge_extra_args: -e "uninstall_runner=yes" --tags uninstall

0 commit comments

Comments
 (0)