mirror of https://github.com/ceph/ceph-ansible.git
nfs: remove legacy task
This fact is never used, let's remove the task. Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/6448/head
parent
d3d3d01528
commit
0772b3d28d
|
@ -1,9 +1,4 @@
|
|||
---
|
||||
- name: set_fact container_exec_cmd_nfs
|
||||
set_fact:
|
||||
container_exec_cmd_nfs: "{{ container_binary }} exec ceph-mon-{{ hostvars[groups[mon_group_name][0]]['ansible_facts']['hostname'] }}"
|
||||
when: containerized_deployment | bool
|
||||
|
||||
- name: create rgw nfs user "{{ ceph_nfs_rgw_user }}"
|
||||
radosgw_user:
|
||||
name: "{{ ceph_nfs_rgw_user }}"
|
||||
|
|
Loading…
Reference in New Issue