Add ansible_managed hint to new templates
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
{{ ansible_managed | comment }}
|
||||
program_options:
|
||||
tray: false # [bool] Enable the tray icon. "auto"
|
||||
menu: flat # ["flat" | "nested"] Set the
|
||||
|
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
{{ ansible_managed | comment }}
|
||||
|
||||
videodir="{{ vdr.recdir }}"
|
||||
event="$1"
|
||||
device_node="$2"
|
||||
|
@@ -1,2 +1,3 @@
|
||||
#!/bin/bash
|
||||
{{ ansible_managed | comment }}
|
||||
{{ "Safely remove usb mass storage" | translate }} : echo 'svdrpsend mesg "$(udiskie-umount -a 2>&1 | grep -o "Error unmounting.*")"' | at now
|
||||
|
Reference in New Issue
Block a user