Fix: Specify the gallaxy collection for the filter. (#270)
* Fix: Specify the gallaxy collection for the filter.
* Fix cillium and ceph_csi_rbd
* fix percona_xtradb_cluster_operator
* fix: move more docker_image refs
* fix: move rabbitmq to right folder
Co-authored-by: Michiel Piscaer <michiel.piscaer@cgm.com>
Co-authored-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/roles/keepalived/tasks/main.yml b/roles/keepalived/tasks/main.yml
index 3ba71b9..3414049 100644
--- a/roles/keepalived/tasks/main.yml
+++ b/roles/keepalived/tasks/main.yml
@@ -118,7 +118,7 @@
automountServiceAccountToken: true
initContainers:
- name: init
- image: "{{ atmosphere_images['dep_check'] | docker_image('ref') }}"
+ image: "{{ atmosphere_images['dep_check'] | vexxhost.atmosphere.docker_image('ref') }}"
env:
- name: NAMESPACE
valueFrom:
@@ -133,7 +133,7 @@
- name: DEPENDENCY_POD_JSON
value: '[{"labels":{"application":"neutron","component":"neutron-ovs-agent"},"requireSameNode":true}]'
- name: wait-for-ip
- image: "{{ atmosphere_images['keepalived'] | docker_image('ref') }}"
+ image: "{{ atmosphere_images['keepalived'] | vexxhost.atmosphere.docker_image('ref') }}"
command:
- /bin/wait-for-ip.sh
volumeMounts:
@@ -144,7 +144,7 @@
subPath: wait-for-ip.sh
containers:
- name: keepalived
- image: "{{ atmosphere_images['keepalived'] | docker_image('ref') }}"
+ image: "{{ atmosphere_images['keepalived'] | vexxhost.atmosphere.docker_image('ref') }}"
command:
- keepalived
- -f