datastax / zdm-proxy-automation

An Ansible-based automation suite to deploy and manage the Zero Downtime Migration Proxy
https://docs.datastax.com/en/astra-serverless/docs/migrate/introduction.html
Apache License 2.0
62 stars 4 forks source link

Fix rolling restart playbook #55

Closed alicel closed 1 year ago

alicel commented 1 year ago

This PR fixes a recent regression that appears to have been caused by a change in behaviour of the Ansible Docker module. This broke the rolling_restart_zdm_proxy.yml playbook (all other playbooks were not affected).

Changes in this PR are:

No documentation changes are needed for this PR, as these are purely internal fixes that do not change the user interaction.