Skip to content

Commit

Permalink
shortened molecule names
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes authored Aug 2, 2023
1 parent 8b9831a commit 8dcb846
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
fail-fast: false
matrix:
ansible:
- latest ansible
- pinned ansible
- legacy ansible
- latest
- pinned
- legacy
distro:
- debian11
- debian12
include:
- ansible: latest ansible
- ansible: latest
pip3deps: 'ansible molecule "molecule-plugins[docker]" yamllint ansible-lint "requests<2.29" "urllib3<2"'
- ansible: pinned ansible
- ansible: pinned
pip3deps: '"ansible==7.4.0" "molecule[docker,lint]==3.5.2" "yamllint==1.26.0" "ansible-lint==6.4.0" "requests<2.29" "urllib3<2"'
- ansible: legacy ansible
- ansible: legacy
pip3deps: '"ansible==2.9.27" "molecule[docker,lint]==3.2.3" "yamllint==1.24.2" "ansible-lint==4.2.0" "requests<2.29" "urllib3<2"'
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8dcb846

Please sign in to comment.