Skip to content

Commit

Permalink
ceph-mon: add missing no_log for admin keyring tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Seena Fallah <[email protected]>
  • Loading branch information
clwluvw authored and guits committed Mar 8, 2024
1 parent 94a22fe commit c7c5a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/ceph-mon/tasks/deploy_monitors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
mode: "0600"
delegate_to: "{{ item }}"
loop: "{{ groups[mon_group_name] }}"
no_log: "{{ no_log_on_ceph_key_tasks }}"

- name: Import admin keyring into mon keyring
ceph_authtool:
Expand All @@ -141,8 +142,7 @@
environment:
CEPH_CONTAINER_IMAGE: "{{ ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment | bool else None }}"
CEPH_CONTAINER_BINARY: "{{ container_binary }}"
no_log: false
# no_log: "{{ no_log_on_ceph_key_tasks }}"
no_log: "{{ no_log_on_ceph_key_tasks }}"
when:
- cephx | bool

Expand Down

0 comments on commit c7c5a81

Please sign in to comment.