fix syntax error in task and role name
This commit is contained in:
		@@ -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-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-dvbsky-firmware # download an install required firmware files for dvbsky cards
 | 
			
		||||
     - kodi
 | 
			
		||||
     - dvd                        # set up packages and a udev rule to allow kodi and other players
 | 
			
		||||
                                  # to play and eject optical media
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,9 @@
 | 
			
		||||
- name: Reconfigure unattended upgrades with dpkg
 | 
			
		||||
  command: '/usr/sbin/dpkg-reconfigure --frontend noninteractive unattended-upgrades'
 | 
			
		||||
 | 
			
		||||
- name: Trigger Udev
 | 
			
		||||
  command: 'udevadm trigger '
 | 
			
		||||
  
 | 
			
		||||
- name: Restart Samba
 | 
			
		||||
  systemd:
 | 
			
		||||
    name: smbd.service
 | 
			
		||||
 
 | 
			
		||||
@@ -30,7 +30,7 @@
 | 
			
		||||
      with_items: '{{ dvbsky_firmware_files }}'
 | 
			
		||||
 | 
			
		||||
    # Remove temporary files
 | 
			
		||||
    file:
 | 
			
		||||
    - file:
 | 
			
		||||
      path=/tmp/dvbsky-firmware state=absent
 | 
			
		||||
  when:
 | 
			
		||||
    - dvbsky_firmware_files is defined
 | 
			
		||||
 
 | 
			
		||||
@@ -25,7 +25,7 @@
 | 
			
		||||
     - 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-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
 | 
			
		||||
     - dvd                        # set up packages and a udev rule to allow kodi and other players
 | 
			
		||||
                                  # to play and eject optical media
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user