mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-30 07:50:43 +00:00
docker_container: fix container creation with networks_cli_compatible=yes (#56687)
* Fix behavior. * Add changelog. * Add simple test to prevent #56620.
This commit is contained in:
parent
baac1df935
commit
d8dcd20294
3 changed files with 6 additions and 1 deletions
|
|
@ -260,6 +260,9 @@
|
|||
state: started
|
||||
networks:
|
||||
- name: "{{ nname_1 }}"
|
||||
aliases:
|
||||
- alias1
|
||||
- alias2
|
||||
- name: "{{ nname_2 }}"
|
||||
networks_cli_compatible: yes
|
||||
register: networks_1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue