Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed May 29, 2020
1 parent 76d9271 commit 4738591
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
options:
config-file: .yamllint.yml
lint: |
set -e
yamllint -s .
platforms:
- name: instance
image: 'geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest'
Expand Down

0 comments on commit 4738591

Please sign in to comment.