Merge "bindep: skip package install when not needed"

This commit is contained in:
Zuul 2017-12-07 16:33:27 +00:00 committed by Gerrit Code Review
commit e8967612be
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
name: "{{ bindep_output.stdout_lines }}"
state: present
become: yes
when: bindep_output.stdout_lines
- name: Check that packages are installed
command: "{{ bindep_run }}"