mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Remove deprecated features, bump version to 2.0.0 (#210)
* Remove docker_login's email option. * container_default_behavior now has default value no_defaults. * Disallow 'all' next to other ports. Deprecate 'all' in favor of publish_all_ports. * Change default for network_mode. * Add changelog fragment. * Fix tests. * Next expected release is 2.0.0.
This commit is contained in:
@@ -465,6 +465,7 @@
|
||||
- name: "{{ nname_2 }}"
|
||||
networks_cli_compatible: yes
|
||||
comparisons:
|
||||
network_mode: ignore # otherwise we'd have to set network_mode to nname_1
|
||||
networks: ignore
|
||||
register: networks_2
|
||||
|
||||
@@ -502,6 +503,7 @@
|
||||
- name: "{{ nname_2 }}"
|
||||
networks_cli_compatible: yes
|
||||
comparisons:
|
||||
network_mode: ignore # otherwise we'd have to set network_mode to nname_1
|
||||
networks: allow_more_present
|
||||
force_kill: yes
|
||||
register: networks_5
|
||||
|
||||
Reference in New Issue
Block a user