feat: add command option
This commit is contained in:
parent
a6dd3f9124
commit
864ac528d8
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
docker_swarm_service:
|
docker_swarm_service:
|
||||||
name: '{{ item.name }}'
|
name: '{{ item.name }}'
|
||||||
image: '{{ item.image }}'
|
image: '{{ item.image }}'
|
||||||
|
command: '{{ item.command|default([]) }}'
|
||||||
args: '{{ item.args|default([]) }}'
|
args: '{{ item.args|default([]) }}'
|
||||||
mounts: '{{ item.mounts|default([]) }}'
|
mounts: '{{ item.mounts|default([]) }}'
|
||||||
networks: '{{ item.networks|default([]) }}'
|
networks: '{{ item.networks|default([]) }}'
|
||||||
|
|
Loading…
Reference in a new issue