Add template for /etc/default/vdr
This commit is contained in:
@@ -102,6 +102,11 @@
|
||||
owner: '{{ vdr.user }}'
|
||||
group: '{{ vdr.group }}'
|
||||
mode: 0644
|
||||
|
||||
- name: "vdr configuration | /etc/default/vdr"
|
||||
template:
|
||||
src: templates/default_vdr.j2
|
||||
dest: /etc/default/vdr
|
||||
- name: create directory for vdr.service systemd drop-in files
|
||||
file:
|
||||
dest: '{{ item }}'
|
||||
|
7
roles/vdr/templates/default_vdr.j2
Normal file
7
roles/vdr/templates/default_vdr.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ ansible_managed | comment }}
|
||||
# /etc/default/vdr
|
||||
#
|
||||
# See also /usr/share/doc/vdr/README.Debian.gz
|
||||
#
|
||||
|
||||
SHUTDOWNCMD="{{ vdr_shutdown_command }}"
|
Reference in New Issue
Block a user