Don't install empty package name on old Ubuntu
Follow up to https://review.openstack.org/#/c/651136/, which fails on Ubuntu versions prior to 18.04. Change-Id: I74a85dec95ceed7c6eeafb9eb1920c7c30b3e64a Related-Bug: #1813492
This commit is contained in:
parent
ac98428c95
commit
88bf4075bd
@ -49,7 +49,9 @@
|
|||||||
state: present
|
state: present
|
||||||
become: True
|
become: True
|
||||||
with_items: "{{ debian_pkg_install }}"
|
with_items: "{{ debian_pkg_install }}"
|
||||||
when: ansible_os_family == 'Debian'
|
when:
|
||||||
|
- ansible_os_family == 'Debian'
|
||||||
|
- item != ""
|
||||||
register: apt_install_result
|
register: apt_install_result
|
||||||
|
|
||||||
- name: Install deltarpm packages
|
- name: Install deltarpm packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user