From 4bc99eb61af32a00a81c208bd6fe03f7592fd777 Mon Sep 17 00:00:00 2001 From: Jon Pugh Date: Thu, 17 Oct 2019 02:35:39 -0400 Subject: [PATCH] Add the distro to the platform.name so that it appears in the ansible logs. --- molecule/default/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 2ca6fea..296dc46 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -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: