Merge "Only do the bindep_command if bindep_file is defined"
This commit is contained in:
commit
5083adc2a8
@ -27,6 +27,7 @@
|
|||||||
- name: Define bindep_command fact
|
- name: Define bindep_command fact
|
||||||
set_fact:
|
set_fact:
|
||||||
bindep_run: "{{ bindep_command }} -b -f {{ bindep_file }} {{ bindep_profile }}"
|
bindep_run: "{{ bindep_command }} -b -f {{ bindep_file }} {{ bindep_profile }}"
|
||||||
|
when: bindep_file is defined
|
||||||
|
|
||||||
- include: packages.yaml
|
- include: packages.yaml
|
||||||
when: bindep_file is defined
|
when: bindep_file is defined
|
||||||
|
Loading…
x
Reference in New Issue
Block a user