[ethercalc] NPM install
							parent
							
								
									21fd284cc5
								
							
						
					
					
						commit
						c5617f4c77
					
				| 
						 | 
					@ -33,6 +33,15 @@
 | 
				
			||||||
  retries: 3
 | 
					  retries: 3
 | 
				
			||||||
  until: apt_result is succeeded
 | 
					  until: apt_result is succeeded
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- name: Install EtherCalc
 | 
				
			||||||
 | 
					  npm:
 | 
				
			||||||
 | 
					    name: ethercalc
 | 
				
			||||||
 | 
					    global: true
 | 
				
			||||||
 | 
					    state: latest
 | 
				
			||||||
 | 
					  register: npm_result
 | 
				
			||||||
 | 
					  retries: 3
 | 
				
			||||||
 | 
					  until: npm_result is succeeded
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Install EtherCalc systemd unit
 | 
					- name: Install EtherCalc systemd unit
 | 
				
			||||||
  template:
 | 
					  template:
 | 
				
			||||||
    src: systemd/system/ethercalc.service.j2
 | 
					    src: systemd/system/ethercalc.service.j2
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue