Revert "[TEST] Test setting up correct systemd file for nfs-ganesha"

The nfs-ganesha package has been fixed as part of this commit:
963b6681df

Once the package is rebuilt this should be good to merge.

This reverts commit e88af3c4cb.
pull/2419/head
Andy McCrae 2018-02-21 08:41:27 +00:00 committed by Guillaume Abrioux
parent a83e1aeea3
commit c33dae7509
1 changed files with 0 additions and 7 deletions

View File

@ -68,13 +68,6 @@
notify:
- restart ceph nfss
- name: copy over nfs-ganesha-lock.service file
shell: "cp /lib/systemd/system/nfs-ganesha-lock.service.debian8 /lib/systemd/system/nfs-ganesha-lock.service"
when:
- ansible_distribution == 'Ubuntu'
- not containerized_deployment
- ceph_nfs_enable_service
- name: systemd start nfs container
systemd:
name: ceph-nfs@{{ ceph_nfs_service_suffix | default(ansible_hostname) }}