migrate homebridge
All checks were successful
Deploy Containers / Prepare (push) Successful in 17s

This commit is contained in:
2025-11-21 03:10:33 -05:00
parent 903e786b99
commit 50c6c57372
2 changed files with 8 additions and 18 deletions

View File

@@ -39,6 +39,7 @@
- name: Create Docker Container
docker_container:
name: "{{ name }}"
network_mode: "{{ network_mode | default(omit) }}"
image: "{{ image.name }}:{{ image.tag }}"
command: "{{ command | default(omit) }}"
recreate: true