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
Guillaume Abrioux 2021-04-09 10:02:16 +02:00
parent 71a6e6ec33
commit 174df8c18e
1 changed files with 0 additions and 5 deletions

View File

@ -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 }}"