mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Sugarizer: testing for Node.js version is overkill
This commit is contained in:
		
							parent
							
								
									a4289d40d1
								
							
						
					
					
						commit
						a7f820171a
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		| 
						 | 
					@ -20,10 +20,11 @@
 | 
				
			||||||
    msg: "Sugarizer install cannot proceed, as Node.js is not installed."
 | 
					    msg: "Sugarizer install cannot proceed, as Node.js is not installed."
 | 
				
			||||||
  when: nodejs_installed is undefined
 | 
					  when: nodejs_installed is undefined
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: FAIL (STOP THE INSTALL) IF 'nodejs_version != "12.x"'
 | 
					# 2020-10-29: No longer nec as Sugarizer works on most all versions of Node.js
 | 
				
			||||||
  fail:
 | 
					#- name: FAIL (STOP THE INSTALL) IF 'nodejs_version != "12.x"'
 | 
				
			||||||
    msg: "Sugarizer install cannot proceed, as it currently requires Node.js 12.x, whereas nodejs_version is set to {{ nodejs_version }}.  Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml, /etc/iiab/local_vars.yml, /opt/iiab/iiab/roles/nodejs, etc."
 | 
					#  fail:
 | 
				
			||||||
  when: nodejs_version != "12.x"
 | 
					#    msg: "Sugarizer install cannot proceed, as it currently requires Node.js 12.x, whereas nodejs_version is set to {{ nodejs_version }}.  Please check the value of nodejs_version in /opt/iiab/iiab/vars/default_vars.yml, /etc/iiab/local_vars.yml, /opt/iiab/iiab/roles/nodejs, etc."
 | 
				
			||||||
 | 
					#  when: nodejs_version != "12.x"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 2. DOWNLOAD+LINK /opt/iiab/sugarizer
 | 
					# 2. DOWNLOAD+LINK /opt/iiab/sugarizer
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue