1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

handle second pass being already disabled

This commit is contained in:
Jerry Vonau 2021-10-28 21:02:42 -05:00
parent 0d4d60cef5
commit 5dc9ca1783

View file

@ -9,6 +9,7 @@
- name: Find the uuid for the connector - name: Find the uuid for the connector
shell: ls /etc/systemd/system/multi-user.target.wants/ | grep remoteit shell: ls /etc/systemd/system/multi-user.target.wants/ | grep remoteit
register: remoteit_service register: remoteit_service
ignore_errors: yes
- name: Stop the uuid {{ remoteit_service.stdout }} - name: Stop the uuid {{ remoteit_service.stdout }}
systemd: systemd: