
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
19 lines
407 B
YAML
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
|