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 <gabrioux@redhat.com>
pull/4608/head
Guillaume Abrioux 2019-10-16 15:57:03 +02:00 committed by Dimitri Savineau
parent 0b1e9c0737
commit b63bd13073
1 changed files with 0 additions and 5 deletions

View 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: