mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Merge pull request #3363 from holta/remoteit-svcs-may-not-exist
remoteit/tasks/enable-or-disable.yml: Don't fail if svc(s) missing
This commit is contained in:
		
						commit
						4d434a12d7
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -43,6 +43,7 @@
 | 
				
			||||||
  with_items:
 | 
					  with_items:
 | 
				
			||||||
    - connectd
 | 
					    - connectd
 | 
				
			||||||
    - schannel
 | 
					    - schannel
 | 
				
			||||||
 | 
					  ignore_errors: yes
 | 
				
			||||||
  when: not remoteit_enabled
 | 
					  when: not remoteit_enabled
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Stop & Disable "Remote tcp connection services" remoteit@* found in /etc/systemd/system/multi-user.target.wants/ e.g. remoteit@80:00:01:7F:7E:00:56:36.service
 | 
					- name: Stop & Disable "Remote tcp connection services" remoteit@* found in /etc/systemd/system/multi-user.target.wants/ e.g. remoteit@80:00:01:7F:7E:00:56:36.service
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue