zuul/playbooks/tutorial/run-tutorial.yaml
Clark Boylan 771128a876 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
2025-01-09 11:19:33 -08:00

19 lines
407 B
YAML

- block:
- name: Install git-review
command: python3 -m pip install git-review podman-compose==1.2.0
become: true
when: not local
- name: Setup Tutorial Execution
include_role:
name: setup-tutorial
- name: Run quick-start tutorial
include_tasks: quick-start.yaml
- name: Run admin tutorial
include_tasks: admin.yaml
- name: Run tracing tutorial
include_tasks: tracing.yaml