Fix deprecation warning
Change-Id: Ia0883defad6dc2445eae64812941e16e8e7df854 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
ee977c5bee
commit
eeab595d3f
@ -17,11 +17,11 @@
|
||||
statsd_build_depends: "{{ __statsd_build_depends | list }}"
|
||||
when: statsd_build_depends is not defined
|
||||
|
||||
- name: Ensure dependencies are installed
|
||||
- name: Ensure dependencies are present
|
||||
become: yes
|
||||
package:
|
||||
name: "{{ statsd_build_depends }}"
|
||||
state: installed
|
||||
state: present
|
||||
when: statsd_install_method == 'git'
|
||||
|
||||
- include: "install/{{ statsd_install_method }}.yaml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user