You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/mongodb_replicaset/tasks
Gonéri Le Bouder cee55ab718 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`.
5 years ago
..
main.yml mongodb_replicaset/test: properly kill the nodes 5 years ago
mongod_replicaset.yml mongodb_replicaset/test: properly kill the nodes 5 years ago
mongod_teardown.yml