forked from uumas/ansible-docker
container: fix legacy docker_volumes compatibility, add missing arguments to argument specs
This commit is contained in:
@@ -73,3 +73,8 @@
|
||||
networks: "{{ container_networks | default(omit) }}"
|
||||
log_driver: local
|
||||
register: container_out
|
||||
|
||||
- name: Reset docker_mounts if converted from docker_volumes
|
||||
set_fact:
|
||||
docker_mounts: []
|
||||
when: final_docker_volumes | length > 0
|
||||
|
||||
Reference in New Issue
Block a user