Skip to content

Commit

Permalink
nfs: remove legacy task
Browse files Browse the repository at this point in the history
This fact is never used, let's remove the task.

Signed-off-by: Guillaume Abrioux <[email protected]>
(cherry picked from commit 0772b3d)
  • Loading branch information
guits committed Apr 12, 2021
1 parent 71a6e6e commit 174df8c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions roles/ceph-nfs/tasks/create_rgw_nfs_user.yml
Original file line number Diff line number Diff line change
@@ -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 }}"
Expand Down

0 comments on commit 174df8c

Please sign in to comment.