Skip to content

Commit

Permalink
molecule: linters change for compatibility with v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jobcespedes committed Feb 20, 2020
1 parent 9edc586 commit 6bfdab5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ dependency:
driver:
name: docker
# pull: no
lint:
name: yamllint
lint: |
yamllint .
ansible-lint
flake8
platforms:
- name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
Expand All @@ -16,9 +18,3 @@ platforms:
pre_build_image: true
provisioner:
name: ansible
lint:
name: ansible-lint
verifier:
name: testinfra
lint:
name: flake8

0 comments on commit 6bfdab5

Please sign in to comment.