Skip to content

Commit

Permalink
Merge pull request #2 from projectpotos/chore-update
Browse files Browse the repository at this point in the history
chore: update deps
  • Loading branch information
fadnincx authored Feb 23, 2024
2 parents 8c8570f + 17e144e commit e5bf577
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ jobs:
molecule test
env:
MOLECULE_DISTRO: ${{ matrix.distro }}

12 changes: 9 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
# 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.22.1
yamllint~=1.34.0

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

0 comments on commit e5bf577

Please sign in to comment.