mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	pbx/tasks/install.yml: comment out enforcement of any particular Node.js version
This commit is contained in:
		
							parent
							
								
									8b1051673a
								
							
						
					
					
						commit
						1ee1ed8d01
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -12,10 +12,10 @@
 | 
				
			||||||
    msg: "PBX install cannot proceed, as Node.js is not installed."
 | 
					    msg: "PBX 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"'
 | 
					#- name: FAIL (STOP THE INSTALL) IF 'nodejs_version != "12.x"'
 | 
				
			||||||
  fail:
 | 
					#  fail:
 | 
				
			||||||
    msg: "PBX 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."
 | 
					#    msg: "PBX 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"
 | 
					#  when: nodejs_version != "12.x"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: "Set 'apache_install: True' and 'apache_enabled: True'"
 | 
					- name: "Set 'apache_install: True' and 'apache_enabled: True'"
 | 
				
			||||||
  set_fact:
 | 
					  set_fact:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue