Fix deprecation warning
Change-Id: I5b5fb4a253119c3215d8f27a4440eacb5d8d39b8 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
2c920229c4
commit
ef8626a068
@ -16,5 +16,5 @@
|
||||
apt:
|
||||
pkg: "{{ item }}"
|
||||
state: installed
|
||||
with_items: jenkins_job_builder_build_depends
|
||||
with_items: "{{ jenkins_job_builder_build_depends }}"
|
||||
when: jenkins_job_builder_install_method == 'git' or jenkins_job_builder_install_method == 'pip'
|
||||
|
@ -23,5 +23,5 @@
|
||||
yum:
|
||||
pkg: "{{ item }}"
|
||||
state: installed
|
||||
with_items: jenkins_job_builder_build_depends
|
||||
with_items: "{{ jenkins_job_builder_build_depends }}"
|
||||
when: jenkins_job_builder_install_method == 'git' or jenkins_job_builder_install_method == 'pip'
|
||||
|
Loading…
x
Reference in New Issue
Block a user