I'm looking for some help or guidance in trying to create a list of volumes
to pass along to docker container, before that actual command.
So, the format for this is:
volumes:
- '{{ dir1 }}:{{ dir1 }}'
- '/tmp:/tmp'
And so on...
But I'm looking at a case where the volumes are dynamic. And I'd like to
put them in a variable before this step and then pass that variable along.
The alternative right now is a bunch of separate docker_container steps
with a when condition, which is not very efficient.
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/0d70b7a7-f0aa-4ee7-b81a-9fe2c1fada85%40googlegroups.com.