
- Add fetch-output - Refresh inventory after - Install into system globally Change-Id: Ic279d40d7513003ede62633f16739f4df7946b38
15 lines
299 B
YAML
15 lines
299 B
YAML
---
|
|
- hosts: ubuntu-focal
|
|
tasks:
|
|
- shell: molecule converge
|
|
args:
|
|
chdir: "{{ zuul.project.src_dir }}"
|
|
|
|
- shell: molecule idempotence
|
|
args:
|
|
chdir: "{{ zuul.project.src_dir }}"
|
|
|
|
- shell: molecule verify
|
|
args:
|
|
chdir: "{{ zuul.project.src_dir }}"
|