cephadm-adopt: add no_log: true

Let's add a `no_log: true` on the `cephadm registry-login` task.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 0a3b916ee7)
pull/6908/head
Guillaume Abrioux 2021-09-21 10:41:53 +02:00
parent 276b9fd49e
commit da10c22500
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@
- name: set container registry info
command: "{{ ceph_cmd }} cephadm registry-login {{ ceph_docker_registry }} {{ ceph_docker_registry_username }} {{ ceph_docker_registry_password }}"
changed_when: false
no_log: true
run_once: true
delegate_to: '{{ groups[mon_group_name][0] }}'
when: ceph_docker_registry_auth | bool