mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-08 13:39:59 +00:00
Rename variable to prevent name collisions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f0809cafe9
commit
ce653b699c
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
reload_minutes: 15
|
||||
docker_compose_reload_minutes: 15
|
||||
|
||||
config:
|
||||
docker_compose_config:
|
||||
version: "3"
|
||||
services:
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
After=docker-compose.service
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*:0/{{ reload_minutes }}
|
||||
OnCalendar=*:0/{{ docker_compose_reload_minutes }}
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
{{ config | to_nice_yaml }}
|
||||
{{ docker_compose_config | to_nice_yaml }}
|
||||
|
|
Loading…
Reference in a new issue