]> git-server-git.apps.pok.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)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Mon, 30 Mar 2020 15:10:29 +0000 (11:10 -0400)
commit658d9cadfd156e1bce25e25c6e2620954a934605
tree9039da18612f603d9d18eeafc7a7379b2ebfc1d3
parent6006985466dd78f4089103471f08134a39a96330
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 e4bf4857f556465c60f89d32d5f2a92d25d5c90f)
roles/ceph-client/tasks/create_users_keys.yml