We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f750c9d + d419443 commit 7e54210Copy full SHA for 7e54210
roles/cephadm/tasks/bootstrap.yml
@@ -21,9 +21,9 @@
21
--ssh-user "{{ cephadm_ssh_user }}"
22
{% endif %}
23
{% if cephadm_registry_url | length > 0 %}
24
- --registry-url={{ cephadm_registry_url }}
25
- --registry-username={{ cephadm_registry_username }}
26
- --registry-password={{ cephadm_registry_password }}
+ --registry-url "{{ cephadm_registry_url }}"
+ --registry-username "{{ cephadm_registry_username }}"
+ --registry-password "{{ cephadm_registry_password }}"
27
28
--skip-pull
29
{% if cephadm_fsid | length > 0 %}
0 commit comments