diff --git a/roles/ceph-nfs/files/org.ganesha.nfsd.conf b/roles/ceph-nfs/files/org.ganesha.nfsd.conf deleted file mode 100644 index 8d952b0ab..000000000 --- a/roles/ceph-nfs/files/org.ganesha.nfsd.conf +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/roles/ceph-nfs/tasks/pre_requisite_container.yml b/roles/ceph-nfs/tasks/pre_requisite_container.yml index 2c96d6523..8112a8e21 100644 --- a/roles/ceph-nfs/tasks/pre_requisite_container.yml +++ b/roles/ceph-nfs/tasks/pre_requisite_container.yml @@ -26,16 +26,3 @@ - item.item.copy_key | bool when: groups.get(mon_group_name, []) | length > 0 -- name: dbus related tasks - block: - - name: create dbus service file - copy: - src: "org.ganesha.nfsd.conf" - dest: /etc/dbus-1/system.d/org.ganesha.nfsd.conf - owner: "root" - group: "root" - mode: "0644" - - - name: reload dbus configuration - command: "killall -SIGHUP dbus-daemon" - when: ceph_nfs_dynamic_exports | bool