mirror of https://github.com/ceph/ceph-ansible.git
6 lines
230 B
YAML
6 lines
230 B
YAML
|
---
|
||
|
- name: container registry authentication
|
||
|
command: '{{ container_binary }} login -u {{ ceph_docker_registry_username }} -p {{ ceph_docker_registry_password }} {{ ceph_docker_registry }}'
|
||
|
changed_when: false
|
||
|
no_log: true
|