FIX: molecule lint

This commit is contained in:
Matthias Leutenegger 2020-04-07 08:39:04 +02:00
parent 272572f98d
commit 41a31f733a
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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'
@ -23,5 +24,3 @@ scenario:
name: default
verifier:
name: testinfra
lint:
name: flake8