File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ jobs:
32
32
uses : actions/checkout@v2
33
33
with :
34
34
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
41
41
- name : Molecule for Ansible - converge tag uninstall
42
42
uses :
MonolithProjects/[email protected]
43
43
env :
44
44
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
45
45
with :
46
46
molecule_command : converge
47
- converge_extra_args : " --tags uninstall"
47
+ converge_extra_args : -e "uninstall_runner=yes" --tags uninstall
You can’t perform that action at this time.
0 commit comments