ansible-docker-containers/dockerVolumeWrapper.yml

8 lines
202 B
YAML
Raw Normal View History

2020-10-02 06:07:29 +00:00
- debug: msg="{{item.value.mappings.volumes}}"
tags: always
- name: "Volume mappings for {{container_Name}}"
include: dockerVolume.yml
with_dict: "{{item.value.mappings.volumes}}"
tags: always