diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2022-01-05 11:22:01 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2022-01-05 13:31:46 +0100 |
commit | 0a81fc28ed11014124d0f3fec6bdd6861050c26d (patch) | |
tree | 914173ae97129c0e67a2edd80f8755fd9f7e7359 /ansible/roles | |
parent | 0a7f8465f5ec7142e2e58fe0d603c09553151ca1 (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/roles')
-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 |