Add missing symlinks
Change-Id: Iaaaa10c84afccd2c74b60b9149fd60f3a152f426
This commit is contained in:
parent
51d8013d9e
commit
e28e13cd4b
@ -8,6 +8,11 @@
|
|||||||
|
|
||||||
- hosts: ubuntu-focal
|
- hosts: ubuntu-focal
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: molecule create
|
||||||
|
shell: "{{ molecule_executable }} create"
|
||||||
|
args:
|
||||||
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
|
|
||||||
- name: molecule prepare
|
- name: molecule prepare
|
||||||
shell: "{{ molecule_executable }} prepare"
|
shell: "{{ molecule_executable }} prepare"
|
||||||
args:
|
args:
|
||||||
@ -22,6 +27,7 @@
|
|||||||
- name: Add all of the hosts to the inventory
|
- name: Add all of the hosts to the inventory
|
||||||
add_host:
|
add_host:
|
||||||
name: "{{ item.instance }}"
|
name: "{{ item.instance }}"
|
||||||
|
groups: ["molecule"]
|
||||||
ansible_user: "{{ item.user }}"
|
ansible_user: "{{ item.user }}"
|
||||||
ansible_host: "{{ item.address }}"
|
ansible_host: "{{ item.address }}"
|
||||||
ansible_port: "{{ item.port }}"
|
ansible_port: "{{ item.port }}"
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
loop:
|
loop:
|
||||||
- ansible
|
- ansible
|
||||||
- ansible-config
|
- ansible-config
|
||||||
|
- ansible-playbook
|
||||||
|
|
||||||
- name: Export installed molecule_executable path
|
- name: Export installed molecule_executable path
|
||||||
set_fact:
|
set_fact:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user