Skip to content

Commit 2aeefbd

Browse files
Fixed molecule. Enable full workflow
1 parent 901ab66 commit 2aeefbd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/lifecycle.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ 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:

0 commit comments

Comments
 (0)