From 152747a52b7c9bd00b0c1c8f84744c9ef40876e7 Mon Sep 17 00:00:00 2001 From: Lorenzo Bettini Date: Sat, 27 Nov 2021 12:47:49 +0100 Subject: [PATCH] different names for docker containers --- molecule/default/molecule.yml | 2 +- molecule/kubuntu/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index c08cebe..83cc822 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -8,7 +8,7 @@ lint: | yamllint . ansible-lint platforms: - - name: custom-docker + - name: ubuntu-instance image: custom-ubuntu-ansible dockerfile: ../common/Dockerfile command: "" diff --git a/molecule/kubuntu/molecule.yml b/molecule/kubuntu/molecule.yml index c08cebe..4570f2b 100644 --- a/molecule/kubuntu/molecule.yml +++ b/molecule/kubuntu/molecule.yml @@ -8,7 +8,7 @@ lint: | yamllint . ansible-lint platforms: - - name: custom-docker + - name: kubuntu-instance image: custom-ubuntu-ansible dockerfile: ../common/Dockerfile command: ""