From 18db9eb79effb12ab706a047baa87c7d8efda645 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 16 Oct 2019 15:57:03 +0200 Subject: [PATCH] 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 (cherry picked from commit b63bd1307388c10aa8965febc680f3bc8f3d08a6) --- roles/ceph-nfs/tasks/main.yml | 5 ----- 1 file changed, 5 deletions(-) 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: