diff options
Diffstat (limited to 'ansible/test/play-infrastructure/molecule/default')
-rw-r--r-- | ansible/test/play-infrastructure/molecule/default/vars.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ansible/test/play-infrastructure/molecule/default/vars.yml b/ansible/test/play-infrastructure/molecule/default/vars.yml index 6ca5a1ad..8aa774b4 100644 --- a/ansible/test/play-infrastructure/molecule/default/vars.yml +++ b/ansible/test/play-infrastructure/molecule/default/vars.yml @@ -18,7 +18,7 @@ runtime_images: registry: "{{ molecule_test_registry }}" path: "/busybox" tag: "latest" - aaionap-haproxy: + alpine: registry: "{{ molecule_test_registry }}" - path: "/aaionap/haproxy" - tag: "1.2.4" + path: "/library/alpine" + tag: "latest" |