Fix deprecation warning for ansible

Change-Id: I4a79e9396feb93d12138ee88e0cd1fa5ecba301b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-08-19 12:47:24 -04:00
parent f1cd85520b
commit 118b914aec
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
become: true
package:
name: "{{ zuul_build_depends }}"
state: installed
state: present
when: zuul_install_method == 'git' or zuul_install_method == 'pip'
- name: Define zuul_pip_executable if needed.