Skip to content

Commit

Permalink
Merge pull request #8 from projectpotos/molecule-5
Browse files Browse the repository at this point in the history
chore: update molecule to version 5.0.0
  • Loading branch information
Schroeffu authored May 15, 2023
2 parents 3a36216 + b352c47 commit cfd44b9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@

# At least Ansible 2.12 is needed due to used features like 'argument_specs'
ansible>=2.12

# Required for testing
ansible-lint[yamllint]
molecule[docker, lint]

## ansible/yaml lint
ansible-lint~=6.15.0
yamllint~=1.31.0

## molecule tests
molecule~=5.0.0
molecule-plugins~=23.4.1
docker~=6.0.1

0 comments on commit cfd44b9

Please sign in to comment.