]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
The _filtered_clients list should intersect with ansible_play_batch
authorJohn Fulton <fulton@redhat.com>
Thu, 6 Feb 2020 02:23:54 +0000 (21:23 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 17 Feb 2020 10:29:18 +0000 (11:29 +0100)
commite4bf4857f556465c60f89d32d5f2a92d25d5c90f
treeb66b64bc2ff997acbb32edd20b9879888bb58913
parent779a4a6d717a5cf5e39ff07603e665395ccd750d
The _filtered_clients list should intersect with ansible_play_batch

Client configuration with --limit fails without this patch
because certain tasks are only done to the first host in the
_filtered_clients list and it's likely that first host will
not be included in what's sepcified with --limit. To fix this
the _filtered_clients list should be built from all clients
in the inventory that are also in the running play.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1798781
Signed-off-by: John Fulton <fulton@redhat.com>
roles/ceph-client/tasks/create_users_keys.yml