mirror of https://github.com/ceph/ceph-ansible.git
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
parent
1fc6b33714
commit
0a3e85e8ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue