Add missing quotes
This commit is contained in:
		@@ -1418,7 +1418,7 @@ b'\xde\xad\xbe\xef'
 | 
			
		||||
- name: start softhddevice detached and set audio to pulseaudio
 | 
			
		||||
  lineinfile:
 | 
			
		||||
    path: /etc/vdr/conf.avail/softhddevice.conf
 | 
			
		||||
    line: {{ item }}
 | 
			
		||||
    line: '{{ item }}'
 | 
			
		||||
  with_items:
 | 
			
		||||
      - '-D'
 | 
			
		||||
      # - '-a pulse' # do we need this with our existing asound.conf?
 | 
			
		||||
 
 | 
			
		||||
@@ -16,7 +16,7 @@
 | 
			
		||||
- name: start softhddevice detached and set audio to pulseaudio
 | 
			
		||||
  lineinfile:
 | 
			
		||||
    path: /etc/vdr/conf.avail/softhddevice.conf
 | 
			
		||||
    line: {{ item }}
 | 
			
		||||
    line: '{{ item }}'
 | 
			
		||||
  with_items:
 | 
			
		||||
      - '-D'
 | 
			
		||||
      # - '-a pulse' # do we need this with our existing asound.conf?
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user