Skip to content

Commit

Permalink
Upgrade Molecule to v3.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
YPCrumble committed Jul 2, 2021
1 parent 7dd9370 commit 807a9e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
File renamed without changes.
6 changes: 2 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
lint: |
yamllint .
platforms:
- name: instance-xenial
image: ubuntu
Expand All @@ -20,8 +20,6 @@ provisioner:
name: ansible-lint
env:
ANSIBLE_ROLES_PATH: ../../roles/
scenario:
name: default
verifier:
name: testinfra
lint:
Expand Down
6 changes: 4 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-r requirements.txt

docker==3.6.0
molecule==2.22.0
molecule==3.3.4
molecule-docker==0.2.4
testinfra==3.2.1
yamllint==1.19.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ansible==2.9.20
ansible==4.2.0

0 comments on commit 807a9e9

Please sign in to comment.