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:
parent
93157d2f9e
commit
5929076e98
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user