add default and fix linter warning

change default image for molecule container (if not run with travis), fixed linter warning in .yamllint file
This commit is contained in:
dhs 2020-04-17 14:41:56 +02:00 committed by Thomas Maurice
parent 7e59a636cb
commit 08ce4ec965
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
---
extends: default
rules:

View File

@ -12,7 +12,7 @@ lint: |
platforms:
- name: instance
image: geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest
image: geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu1804}-ansible:latest
pre_build_image: true
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes: