]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
nfs: remove legacy task
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 9 Apr 2021 08:02:16 +0000 (10:02 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 12 Apr 2021 12:43:19 +0000 (14:43 +0200)
This fact is never used, let's remove the task.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-nfs/tasks/create_rgw_nfs_user.yml

index bab8422fa0748f4a3cb53ee4905170900726d034..5e2f0c85e05fcc0f802deefb51417d4a07048e2e 100644 (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 }}"
   radosgw_user:
     name: "{{ ceph_nfs_rgw_user }}"