mirror of https://github.com/ansible/ansible.git
mongodb_replicaset/test: properly kill the nodes
The `pids` module returns the list of the PID in a `pids` key.
This change ensures we correctly wait for the end of the previous mongod
instances before we start the next ones.
In addition, we remove an unnecessary `ignore_errors`.
See: #61938
Original PR: https://github.com/ansible/ansible/pull/62627
(cherry picked from commit cee55ab718
)
pull/62825/head
parent
fc1d7f9e5a
commit
2a68bc0c29
Loading…
Reference in New Issue