Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.8] docker_network: fix multiple subnet (of same IP version) idempotence #66116

Merged
merged 1 commit into from
Jan 10, 2020

Commits on Dec 29, 2019

  1. docker_network: fix multiple subnet (of same IP version) idempotence (a…

    …nsible#65839)
    
    * Fix multiple subnet (of same IP version) idempotence for docker_network.
    
    * Add changelog.
    
    * Unit tests no longer make sense, since the part of the code they test has been removed.
    
    * Re-add CIDR validation. Move it to better position (module setup instead of idempotence check).
    
    * Update changelog.
    
    * Only run new tests on VM test images.
    
    * Actually do what is documented. Especially since an empty object is a valid value for aux_addresses.
    
    (cherry picked from commit 17ef253)
    felixfontein committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    debab10 View commit details
    Browse the repository at this point in the history