mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Sugarizer description had *4* quotation marks in iiab.env
This commit is contained in:
		
							parent
							
								
									fd2bcea3e7
								
							
						
					
					
						commit
						3af691d516
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -87,10 +87,10 @@
 | 
			
		|||
  when: not sugarizer_enabled
 | 
			
		||||
 | 
			
		||||
- name: Add 'sugarizer' to service list
 | 
			
		||||
  ini_file: dest='{{ service_filelist }}'
 | 
			
		||||
  ini_file: dest="{{ service_filelist }}"
 | 
			
		||||
            section=sugarizer
 | 
			
		||||
            option='{{ item.option }}'
 | 
			
		||||
            value='"{{ item.value }}"'
 | 
			
		||||
            option="{{ item.option }}"
 | 
			
		||||
            value="{{ item.value }}"
 | 
			
		||||
  with_items:
 | 
			
		||||
       - option: name
 | 
			
		||||
         value: Sugarizer
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue