Rename variable to prevent name collisions

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-12-27 13:42:23 +01:00
parent f0809cafe9
commit ce653b699c
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- ---
reload_minutes: 15 docker_compose_reload_minutes: 15
config: docker_compose_config:
version: "3" version: "3"
services: services:

View File

@ -104,7 +104,7 @@
After=docker-compose.service After=docker-compose.service
[Timer] [Timer]
OnCalendar=*:0/{{ reload_minutes }} OnCalendar=*:0/{{ docker_compose_reload_minutes }}
[Install] [Install]
WantedBy=timers.target WantedBy=timers.target

View File

@ -1,3 +1,3 @@
# {{ ansible_managed }} # {{ ansible_managed }}
{{ config | to_nice_yaml }} {{ docker_compose_config | to_nice_yaml }}