Skip to content

Commit

Permalink
Updating molecule version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdellegrazie committed Mar 25, 2019
1 parent 12acb21 commit 0b7ec41
Show file tree
Hide file tree
Showing 5 changed files with 342 additions and 403 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos:
- id: check-json
- id: end-of-file-fixer
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.14.0
rev: v1.15.0
hooks:
- id: yamllint
- repo: https://github.com/willthames/ansible-lint.git
rev: v4.0.1
rev: v4.1.0
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
Expand Down
7 changes: 3 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ verify_ssl = true

[dev-packages]
ansible-lint = "*"
molecule = "*"
molecule = {extras = ["docker"],version = "*"}
pre-commit = "*"
python-gilt = "*"
yamllint = "*"

[packages]
ansible = "==2.7.6"
docker-py = "*"
ansible = "==2.7.9"
passlib = "*"
python-gilt = "*"
six = "*"
Loading

0 comments on commit 0b7ec41

Please sign in to comment.