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>
(cherry picked from commit 0772b3d28d
)
pull/6455/head
parent
71a6e6ec33
commit
174df8c18e
|
@ -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 }}"
|
- name: create rgw nfs user "{{ ceph_nfs_rgw_user }}"
|
||||||
radosgw_user:
|
radosgw_user:
|
||||||
name: "{{ ceph_nfs_rgw_user }}"
|
name: "{{ ceph_nfs_rgw_user }}"
|
||||||
|
|
Loading…
Reference in New Issue