Add group_add to template
This commit is contained in:
parent
f367cdaa11
commit
857af474c4
@ -25,6 +25,12 @@ services:
|
|||||||
- {{ cap }}
|
- {{ cap }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if container.group_add is defined %}
|
||||||
|
group_add:
|
||||||
|
{% for group in container.group_add %}
|
||||||
|
- {{ group }}
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
{% if container.devices is defined %}
|
{% if container.devices is defined %}
|
||||||
devices:
|
devices:
|
||||||
{% for device in container.devices %}
|
{% for device in container.devices %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user