Use collection FQDN when calling podman_container

Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart/+/790683

Change-Id: I0728eb116a4b1ef10552178c2cdb3e9c55003207
This commit is contained in:
Sagi Shnaidman
2021-05-11 15:26:34 +03:00
committed by chandan kumar
parent 7184a20d9a
commit 3381b5bee7

View File

@@ -18,7 +18,7 @@
block:
- name: 'Deploy the content provider registry from {{ container_registry_image }}'
become: true
podman_container:
containers.podman.podman_container:
name: docker_registry
image: "{{ container_registry_image }}"
publish:
@@ -31,7 +31,7 @@
rescue:
- name: "Deploy the content provider registry from {{ container_registry_image_fallback }}"
become: true
podman_container:
containers.podman.podman_container:
name: docker_registry
image: "{{ container_registry_image_fallback }}"
publish: