ceph-nfs: add nfs-ganesha-rados-urls package

Since nfs-ganesha 2.8.3 the rados-urls library has been move to a
dedicated package.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/5054/head
Dimitri Savineau 2020-02-06 15:41:46 -05:00 committed by Guillaume Abrioux
parent 1fc6b33714
commit 0a3e85e8ca
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
- name: install redhat nfs-ganesha-rgw and ceph-radosgw packages
package:
name: ['nfs-ganesha-rgw', 'nfs-ganesha-rados-grace', 'ceph-radosgw']
name: ['nfs-ganesha-rgw', 'nfs-ganesha-rados-grace', 'nfs-ganesha-rados-urls', 'ceph-radosgw']
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
register: result
until: result is succeeded