feat: add command option

This commit is contained in:
Adrien Waksberg 2020-02-01 09:01:55 +01:00
parent a6dd3f9124
commit 864ac528d8

View file

@ -13,6 +13,7 @@
docker_swarm_service:
name: '{{ item.name }}'
image: '{{ item.image }}'
command: '{{ item.command|default([]) }}'
args: '{{ item.args|default([]) }}'
mounts: '{{ item.mounts|default([]) }}'
networks: '{{ item.networks|default([]) }}'