Merge "bindep: skip package install when not needed"
This commit is contained in:
commit
e8967612be
@ -8,6 +8,7 @@
|
|||||||
name: "{{ bindep_output.stdout_lines }}"
|
name: "{{ bindep_output.stdout_lines }}"
|
||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
|
when: bindep_output.stdout_lines
|
||||||
|
|
||||||
- name: Check that packages are installed
|
- name: Check that packages are installed
|
||||||
command: "{{ bindep_run }}"
|
command: "{{ bindep_run }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user