Fix molecule
Change-Id: I5af66980cfc1ffebea46cdbc4b29fdf6786ba879
This commit is contained in:
parent
20ca16b967
commit
51d8013d9e
@ -2,4 +2,6 @@
|
||||
- hosts: ubuntu-focal
|
||||
tasks:
|
||||
- name: molecule destroy
|
||||
shell: "{{ molecule_executable }} destroy"
|
||||
shell: "{{ molecule_executable }} destroy"
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
|
@ -10,9 +10,9 @@
|
||||
tasks:
|
||||
- name: molecule prepare
|
||||
shell: "{{ molecule_executable }} prepare"
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
|
||||
- hosts: localhost
|
||||
tasks:
|
||||
- name: Grab the Molecule instance configuration
|
||||
set_fact:
|
||||
molecule_instance_config: "{{ lookup('file', molecule_instance_config_path) | from_yaml }}"
|
||||
|
@ -3,7 +3,15 @@
|
||||
tasks:
|
||||
- name: molecule converge
|
||||
shell: "{{ molecule_executable }} converge"
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
|
||||
- name: molecule idempotence
|
||||
shell: "{{ molecule_executable }} idempotence"
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
|
||||
- name: molecule verify
|
||||
shell: "{{ molecule_executable }} verify"
|
||||
shell: "{{ molecule_executable }} verify"
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user