Skip to content

Commit fd8bf78

Browse files
Use latest mocelcule GH Action
1 parent 0c8ce9b commit fd8bf78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lifecycle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
with:
3434
path: "${{ github.repository }}"
3535
- name: Molecule for Ansible - converge Default
36-
uses: MonolithProjects/action-molecule@v1.2.0
36+
uses: MonolithProjects/action-molecule@v1.3.0
3737
env:
3838
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
3939
with:
4040
molecule_command: converge
4141
- name: Molecule for Ansible - converge tag uninstall
42-
uses: MonolithProjects/action-molecule@v1.2.0
42+
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_tags: uninstall
47+
converge_extra_args: --extra-vars "uninstall_runner=yes" --tags uninstall

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
path: "${{ github.repository }}"
1919
- name: Molecule for Ansible
20-
uses: MonolithProjects/action-molecule@v1.2.0
20+
uses: MonolithProjects/action-molecule@v1.3.0
2121
env:
2222
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)