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>
(cherry picked from commit 393ab94728)
pull/3342/head
Guillaume Abrioux 2018-11-17 17:40:35 +01:00 committed by mergify[bot]
parent 62d2ddafd4
commit f5d8701ed8
1 changed files with 1 additions and 1 deletions

View File

@ -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