From: Guillaume Abrioux Date: Tue, 21 Sep 2021 08:41:53 +0000 (+0200) Subject: cephadm-adopt: add no_log: true X-Git-Tag: v5.0.10~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=da10c22500a39f8c65a5ecb2de52f446427865c4;p=ceph-ansible.git cephadm-adopt: add no_log: true Let's add a `no_log: true` on the `cephadm registry-login` task. Signed-off-by: Guillaume Abrioux (cherry picked from commit 0a3b916ee75277e14358af9e8a8aff4ffa194ee6) --- diff --git a/infrastructure-playbooks/cephadm-adopt.yml b/infrastructure-playbooks/cephadm-adopt.yml index e8c9c3fd3..c9b3802d4 100644 --- a/infrastructure-playbooks/cephadm-adopt.yml +++ b/infrastructure-playbooks/cephadm-adopt.yml @@ -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