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:
3232 uses : actions/checkout@v2
3333 with :
3434 path : " ${{ github.repository }}"
35- - name : Molecule for Ansible - converge Default
36- uses : MonolithProjects/action-molecule@v1.3.0
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/action-molecule@v1.3.0
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/action-molecule@v1.3.0
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
You can’t perform that action at this time.
0 commit comments