Skip to content

Commit

Permalink
Merge pull request #6 from projectpotos/chore-update
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
fadnincx authored Jan 4, 2024
2 parents 4dd6ca3 + 73728dc commit c1922cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
---

exclude_paths:
- molecule
13 changes: 8 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
# 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] # This changed since Molecule 5.
molecule-plugins[docker]
molecule-plugins[lint]
## ansible/yaml lint
ansible-lint~=6.22.1
yamllint~=1.33.0

## molecule tests
molecule~=6.0.3
molecule-plugins~=23.5.0
docker~=7.0.0

0 comments on commit c1922cb

Please sign in to comment.