mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +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
|
* S3 Support
|
||||||
### Fixed
|
### Fixed
|
||||||
* Crontab entries are now created correctly (@dnmvisser)
|
* Crontab entries are now created correctly (@dnmvisser)
|
||||||
|
* Molecule now correctly runs lint (@mleutenegger)
|
||||||
|
|
||||||
## 0.1.5
|
## 0.1.5
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -3,8 +3,9 @@ dependency:
|
||||||
name: galaxy
|
name: galaxy
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
lint:
|
lint: |
|
||||||
name: yamllint
|
set -e
|
||||||
|
yamllint .
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: 'geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest'
|
image: 'geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest'
|
||||||
|
@ -23,5 +24,3 @@ scenario:
|
||||||
name: default
|
name: default
|
||||||
verifier:
|
verifier:
|
||||||
name: testinfra
|
name: testinfra
|
||||||
lint:
|
|
||||||
name: flake8
|
|
||||||
|
|
Loading…
Reference in a new issue