fix syntax error in task and role name
This commit is contained in:
parent
beb27b8c66
commit
04bf735d28
@ -184,6 +184,7 @@ The ~yavdr07.yml~ playbook sets up a fully-featured yaVDR installation:
|
|||||||
- autoinstall-hauppauge-pvr # install vdr-plugin-pvrinput if a matching card is found
|
- autoinstall-hauppauge-pvr # install vdr-plugin-pvrinput if a matching card is found
|
||||||
- autoinstall-dvbsddevice # install vdr-plugin-dvbsddevice if a matching card is detected
|
- autoinstall-dvbsddevice # install vdr-plugin-dvbsddevice if a matching card is detected
|
||||||
- autoinstall-hardware-irmp # install yavdr-hardware-irmp if a matching usb device is detected
|
- autoinstall-hardware-irmp # install yavdr-hardware-irmp if a matching usb device is detected
|
||||||
|
- autoinstall-dvbsky-firmware # download an install required firmware files for dvbsky cards
|
||||||
- kodi
|
- kodi
|
||||||
- dvd # set up packages and a udev rule to allow kodi and other players
|
- dvd # set up packages and a udev rule to allow kodi and other players
|
||||||
# to play and eject optical media
|
# to play and eject optical media
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
- name: Reconfigure unattended upgrades with dpkg
|
- name: Reconfigure unattended upgrades with dpkg
|
||||||
command: '/usr/sbin/dpkg-reconfigure --frontend noninteractive unattended-upgrades'
|
command: '/usr/sbin/dpkg-reconfigure --frontend noninteractive unattended-upgrades'
|
||||||
|
|
||||||
|
- name: Trigger Udev
|
||||||
|
command: 'udevadm trigger '
|
||||||
|
|
||||||
- name: Restart Samba
|
- name: Restart Samba
|
||||||
systemd:
|
systemd:
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
with_items: '{{ dvbsky_firmware_files }}'
|
with_items: '{{ dvbsky_firmware_files }}'
|
||||||
|
|
||||||
# Remove temporary files
|
# Remove temporary files
|
||||||
file:
|
- file:
|
||||||
path=/tmp/dvbsky-firmware state=absent
|
path=/tmp/dvbsky-firmware state=absent
|
||||||
when:
|
when:
|
||||||
- dvbsky_firmware_files is defined
|
- dvbsky_firmware_files is defined
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
- autoinstall-hauppauge-pvr # install vdr-plugin-pvrinput if a matching card is found
|
- autoinstall-hauppauge-pvr # install vdr-plugin-pvrinput if a matching card is found
|
||||||
- autoinstall-dvbsddevice # install vdr-plugin-dvbsddevice if a matching card is detected
|
- autoinstall-dvbsddevice # install vdr-plugin-dvbsddevice if a matching card is detected
|
||||||
- autoinstall-hardware-irmp # install yavdr-hardware-irmp if a matching usb device is detected
|
- autoinstall-hardware-irmp # install yavdr-hardware-irmp if a matching usb device is detected
|
||||||
- autoinstall-dvbsky-S952 # Download firmware for supported DVBSky-S952
|
- autoinstall-dvbsky-firmware # download an install required firmware files for dvbsky cards
|
||||||
- kodi
|
- kodi
|
||||||
- dvd # set up packages and a udev rule to allow kodi and other players
|
- dvd # set up packages and a udev rule to allow kodi and other players
|
||||||
# to play and eject optical media
|
# to play and eject optical media
|
||||||
|
Loading…
Reference in New Issue
Block a user