Add proper ansible_managed comment to file

This commit is contained in:
Alexander Grothe 2019-01-07 09:25:08 +01:00
parent 128e1683c1
commit 6f91f95d49
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
exec tail -n +3 $0
{{ ansible_managed | comment }}
# This file is configured by the ansible configuration for yaVDR
exec tail -n +3 $0
{% if system.shutdown is defined and system.shutdown == 'reboot' %}
menuentry "PowerOff" {