diff options
author | 2022-01-05 11:22:01 +0100 | |
---|---|---|
committer | 2022-01-05 11:22:01 +0100 | |
commit | 095939081e90fd4e2a61ca0a2d405baab3562be6 (patch) | |
tree | 1f8d5526e67ae057b0d6257013491fb932907992 /ansible | |
parent | 2ac77fcbaa7b1a517b9b93d254c32280b54925e8 (diff) |
[MOLECULE] Fix typo in 'ubuntu' scenario setup for 'package-repository' role
Change-Id: I03fc928975122400d64bd39c341e07a7a604be90
Issue-ID: OOM-2908
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/roles/package-repository/molecule/ubuntu/molecule.yml | 4 |
1 files 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 |