Skip to content

Commit

Permalink
Use molecule 5.1.0
Browse files Browse the repository at this point in the history
Remove local symlinks to same role
  • Loading branch information
t2d committed Nov 2, 2023
1 parent cdf94b7 commit 9aacdc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
integration:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.2.0
uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@fix-molecule
with:
disable-apparmor-mysql: true
distros: '[ "debian11", "debian12" ]'
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
hosts: all
become: true
roles:
- ansible-role-userli
- systemli.userli
vars:
userli_mysql_password: userli
1 change: 0 additions & 1 deletion molecule/default/roles/ansible-role-userli

This file was deleted.

0 comments on commit 9aacdc4

Please sign in to comment.