mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
linting calibremanager role
This commit is contained in:
parent
1b87b918c1
commit
bdcaca6a7c
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
ports:
|
||||
- "{{ calibremanager_port }}:8080"
|
||||
- "{{ calibremanager_webserver_port }}:8081"
|
||||
security_opts: "{{ calibremanager_security_opts }}"
|
||||
security_opts: "{{ calibremanager_security_opts }}"
|
||||
env:
|
||||
TZ: "{{ ansible_nas_timezone }}"
|
||||
PUID: "{{ calibremanager_user_id }}"
|
||||
|
@ -42,4 +42,4 @@
|
|||
docker_container:
|
||||
name: "{{ calibremanager_container_name }}"
|
||||
state: absent
|
||||
when: calibremanager_enabled is false
|
||||
when: calibremanager_enabled is false
|
||||
|
|
Loading…
Reference in a new issue