Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
chore: molecule migration to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klyse committed Mar 12, 2021
1 parent 466533a commit 3fcf07e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,21 @@ dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
lint: |
set -e
yamllint .
platforms:
- name: instance
image: centos:7
provisioner:
name: ansible
lint:
name: ansible-lint
lint: |
set -e
yamllint .
ansible-lint
verifier:
name: testinfra
lint:
name: flake8
lint: |
set -e
yamllint .
flake8

0 comments on commit 3fcf07e

Please sign in to comment.