ceph-ansible/roles/ceph-client/tasks
John Fulton 9c97179fc1 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>
(cherry picked from commit e4bf4857f5)
2020-02-17 10:03:57 -05:00
..
create_users_keys.yml The _filtered_clients list should intersect with ansible_play_batch 2020-02-17 10:03:57 -05:00
main.yml ansible: use 'bool' filter on boolean conditionals 2019-06-07 16:05:51 +02:00
pre_requisite.yml common: improve keyrings generation 2019-10-02 14:34:27 +02:00