docker_volume: revert #47390 (#50663)

* Revert "Fix option change detection / force support for docker_volume. (#47390)"

This reverts commit 8ef994fbc5.

* Update changelog.

* Adjusting tests.
This commit is contained in:
Felix Fontein 2019-01-11 21:41:37 +01:00 committed by Adam Miller
commit 0e7a9a2771
3 changed files with 40 additions and 5 deletions

View file

@ -0,0 +1,4 @@
minor_changes:
- "docker_volume - reverted changed behavior of ``force``, which was released in Ansible 2.7.1 to 2.7.5, and Ansible 2.6.8 to 2.6.11.
Volumes are now only recreated if the parameters changed **and** ``force`` is set to ``true`` (instead of or). This is the behavior
which has been described in the documentation all the time."