Files
base-jobs/playbooks/molecule/run.yaml
Mohammed Naser 1881aad9e3 Clean-ups for Molecule
- Add fetch-output
- Refresh inventory after
- Install into system globally

Change-Id: Ic279d40d7513003ede62633f16739f4df7946b38
2022-04-29 21:59:05 -04:00

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 }}"