mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
handle second pass being already disabled
This commit is contained in:
parent
0d4d60cef5
commit
5dc9ca1783
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
- name: Find the uuid for the connector
|
||||
shell: ls /etc/systemd/system/multi-user.target.wants/ | grep remoteit
|
||||
register: remoteit_service
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Stop the uuid {{ remoteit_service.stdout }}
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue