Add missing symlinks

Change-Id: Iaaaa10c84afccd2c74b60b9149fd60f3a152f426
This commit is contained in:
Mohammed Naser 2022-04-29 21:37:38 -04:00
parent 51d8013d9e
commit e28e13cd4b
2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -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: