Add the distro to the platform.name so that it appears in the ansible logs.

This commit is contained in:
Jon Pugh 2019-10-17 02:35:39 -04:00 committed by GitHub
parent 416c0c9a06
commit 4bc99eb61a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ lint:
options:
config-file: molecule/default/yaml-lint.yml
platforms:
- name: instance
- name: instance-${MOLECULE_DISTRO:-centos7}
image: "geerlingguy/docker-${MOLECULE_DISTRO:-centos7}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes: