Fix deprecation warning

Depends-On: https://review.opendev.org/702969
Change-Id: I501ac43f643e47603885dc006049e2b7e0381866
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-08-08 09:42:23 -04:00
parent 93157d2f9e
commit 5929076e98

View File

@ -17,11 +17,11 @@
nodepool_build_depends: "{{ __nodepool_build_depends | list }}"
when: nodepool_build_depends is not defined
- name: Ensure build dependencies are installed
- name: Ensure build dependencies are present
become: true
package:
name: "{{ nodepool_build_depends }}"
state: installed
state: present
when: nodepool_install_method == 'git'
- name: Define nodepool_pip_executable if needed