From: Guillaume Abrioux Date: Wed, 16 Oct 2019 13:57:03 +0000 (+0200) Subject: nfs: remove unnecessary set_fact in main.yml X-Git-Tag: v5.0.0alpha1~40 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b63bd1307388c10aa8965febc680f3bc8f3d08a6;p=ceph-ansible.git nfs: remove unnecessary set_fact in main.yml this task is a leftover and no longer needed. It even causes bug when collocating nfs with mon. Closes: #4609 Signed-off-by: Guillaume Abrioux --- diff --git a/roles/ceph-nfs/tasks/main.yml b/roles/ceph-nfs/tasks/main.yml index f67703293..5f071f533 100644 --- a/roles/ceph-nfs/tasks/main.yml +++ b/roles/ceph-nfs/tasks/main.yml @@ -1,9 +1,4 @@ --- -- name: set_fact container_exec_cmd - set_fact: - container_exec_cmd: "{{ container_binary }} exec ceph-nfs-{{ ceph_nfs_service_suffix | default(ansible_hostname) }}" - when: containerized_deployment | bool - # global/common requirement - name: stop nfs server service systemd: