Add support for container devices
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
entrypoint: "{{ container_entrypoint or omit }}"
|
||||
user: "{{ container_user or omit }}"
|
||||
mount: "{{ _container_mounts | map('items') | map('map', 'join', '=') | map('join', ',') }}"
|
||||
device: "{{ _container_devices }}"
|
||||
network: "{{ _container_networks_with_ip }}"
|
||||
publish: "{{ container_publish_ports }}"
|
||||
secrets: "{{ _container_secrets }}"
|
||||
|
||||
Reference in New Issue
Block a user