mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-05 11:33:28 +01:00
FIX: molecule lint
This commit is contained in:
parent
272572f98d
commit
41a31f733a
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue