Skip to content

Commit

Permalink
FIX: molecule lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Leutenegger committed Apr 7, 2020
1 parent 272572f commit 41a31f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).
* S3 Support
### Fixed
* Crontab entries are now created correctly (@dnmvisser)
* Molecule now correctly runs lint (@mleutenegger)

## 0.1.5
### Changed
Expand Down
7 changes: 3 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
lint: |
set -e
yamllint .
platforms:
- name: instance
image: 'geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest'
Expand All @@ -23,5 +24,3 @@ scenario:
name: default
verifier:
name: testinfra
lint:
name: flake8

0 comments on commit 41a31f7

Please sign in to comment.