mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	ansible output clarifs
This commit is contained in:
		
							parent
							
								
									3de88620de
								
							
						
					
					
						commit
						aef70cc1c2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
    - name: Install MySQL for Debian/Debuntu
 | 
			
		||||
    - name: Install MySQL (debuntu)
 | 
			
		||||
      package: name={{ item }}
 | 
			
		||||
               state=present
 | 
			
		||||
      with_items:
 | 
			
		||||
| 
						 | 
				
			
			@ -26,7 +26,7 @@
 | 
			
		|||
      package: name=php-xml-parser state=present
 | 
			
		||||
      when: is_debian_8
 | 
			
		||||
 | 
			
		||||
    - name: Install MySQL for non-Debian/Debuntu
 | 
			
		||||
    - name: Install MySQL (OS's other than debuntu)
 | 
			
		||||
      package: name={{ item }}
 | 
			
		||||
               state=present
 | 
			
		||||
      with_items:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue