Pin podman-compose to 1.2.0

After the 1.3.0 release DNS lookups of logical container names have
stopped working. Pin to 1.2.0 to see if the older version gets the
quickstart playbooks working again.

Change-Id: I5de2681973a18ebc5a983a4cebd099cc3aed638a
This commit is contained in:
Clark Boylan 2025-01-09 11:19:33 -08:00
parent 5106ec3f97
commit 771128a876

View File

@ -1,6 +1,6 @@
- block:
- name: Install git-review
command: python3 -m pip install git-review podman-compose
command: python3 -m pip install git-review podman-compose==1.2.0
become: true
when: not local