Fix path for requirements.txt
Change-Id: Iac353e8e851a7b5b7d4d31d8248a07ee59162247
This commit is contained in:
parent
1881aad9e3
commit
dbcc2156ac
@ -15,7 +15,7 @@
|
|||||||
become: true
|
become: true
|
||||||
pip:
|
pip:
|
||||||
name: ['pbr', 'pyyaml']
|
name: ['pbr', 'pyyaml']
|
||||||
- name: Generate meta.yml file
|
- name: Generate galaxy.yml file
|
||||||
shell: python3 {{ zuul.project.src_dir }}/tools/generate-galaxy-yml.py
|
shell: python3 {{ zuul.project.src_dir }}/tools/generate-galaxy-yml.py
|
||||||
args:
|
args:
|
||||||
chdir: "{{ zuul.project.src_dir }}"
|
chdir: "{{ zuul.project.src_dir }}"
|
||||||
@ -49,7 +49,7 @@
|
|||||||
loop_control:
|
loop_control:
|
||||||
label: "{{ item.instance }}"
|
label: "{{ item.instance }}"
|
||||||
|
|
||||||
- hosts: all
|
- hosts: molecule
|
||||||
tasks:
|
tasks:
|
||||||
- ping:
|
- ping:
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
- name: Install additional dependencies
|
- name: Install additional dependencies
|
||||||
become: true
|
become: true
|
||||||
pip:
|
pip:
|
||||||
requirements: "{{ zuul.project.src_dir }}/molecule/default/requirements.txt"
|
requirements: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}/molecule/default/requirements.txt"
|
||||||
|
|
||||||
- name: Output molecule version
|
- name: Output molecule version
|
||||||
command: molecule --version
|
command: molecule --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user