Add proper ansible_managed comment to file
This commit is contained in:
parent
128e1683c1
commit
6f91f95d49
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/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' %}
|
{% if system.shutdown is defined and system.shutdown == 'reboot' %}
|
||||||
menuentry "PowerOff" {
|
menuentry "PowerOff" {
|
||||||
|
Loading…
Reference in New Issue
Block a user