mirror of https://github.com/ceph/ceph-ansible.git
9c97179fc1
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
|
||
---|---|---|
.. | ||
create_users_keys.yml | ||
main.yml | ||
pre_requisite.yml |