mirror of https://github.com/ceph/ceph-ansible.git
client: fix a typo in create_users_keys.yml
cd1e4ee024
introduced a typo.
This commit fixes it.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3339/head
parent
63b9835cbb
commit
393ab94728
|
@ -124,7 +124,7 @@
|
|||
{{ docker_exec_cmd | default('') }} ceph --cluster {{ cluster }}
|
||||
osd pool set {{ item.name }} size {{ item.size | default('') }}
|
||||
with_items: "{{ pools | unique }}"
|
||||
delegate_to: "{{ delegate_node }}"
|
||||
delegate_to: "{{ delegated_node }}"
|
||||
changed_when: false
|
||||
when:
|
||||
- pools | length > 0
|
||||
|
|
Loading…
Reference in New Issue