From 095939081e90fd4e2a61ca0a2d405baab3562be6 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 5 Jan 2022 11:22:01 +0100 Subject: [MOLECULE] Fix typo in 'ubuntu' scenario setup for 'package-repository' role Change-Id: I03fc928975122400d64bd39c341e07a7a604be90 Issue-ID: OOM-2908 Signed-off-by: Bartek Grzybowski --- ansible/roles/package-repository/molecule/ubuntu/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/package-repository/molecule/ubuntu/molecule.yml b/ansible/roles/package-repository/molecule/ubuntu/molecule.yml index 822cc6a0..03333850 100644 --- a/ansible/roles/package-repository/molecule/ubuntu/molecule.yml +++ b/ansible/roles/package-repository/molecule/ubuntu/molecule.yml @@ -10,7 +10,7 @@ lint: | flake8 platforms: - name: infrastructure-server - image: ${PLATFORM_DISTRO:-ubuntu}:${ISTRO_VERSION:-18.04} + image: ${PLATFORM_DISTRO:-ubuntu}:${DISTRO_VERSION:-18.04} dockerfile: ../default/Dockerfile.j2 groups: - infrastructure @@ -20,7 +20,7 @@ platforms: - 6.5.4.3 - name: kubernetes-node-1 - image: ${PLATFORM_DISTRO:-ubuntu}:${ISTRO_VERSION:-18.04} + image: ${PLATFORM_DISTRO:-ubuntu}:${DISTRO_VERSION:-18.04} dockerfile: ../default/Dockerfile.j2 groups: - kubernetes -- cgit 1.2.3-korg