mirror of https://github.com/ceph/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 <gabrioux@redhat.com>
(cherry picked from commit b63bd13073
)
pull/4628/head
v4.0.2
parent
7fbd76c93a
commit
18db9eb79e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue