Merge "Only do the bindep_command if bindep_file is defined"

This commit is contained in:
Zuul 2017-09-05 22:37:14 +00:00 committed by Gerrit Code Review
commit 5083adc2a8

View File

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