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:
parent
7e59a636cb
commit
08ce4ec965
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue