]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
nfs: remove unnecessary set_fact in main.yml v4.0.2
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 16 Oct 2019 13:57:03 +0000 (15:57 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 16 Oct 2019 18:01:46 +0000 (14:01 -0400)
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 <gabrioux@redhat.com>
(cherry picked from commit b63bd1307388c10aa8965febc680f3bc8f3d08a6)

roles/ceph-nfs/tasks/main.yml

index f67703293d4747a37f7f4386b692b507235c7791..5f071f5337105d0af3cd6972ba12084dd4022abe 100644 (file)
@@ -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: