1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Lint & Clarify remoteit/tasks/enable-or-disable.yml

This commit is contained in:
A Holt 2021-10-27 19:11:37 -04:00 committed by GitHub
parent 5015913ce9
commit d257c539eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
- name: Enable & (Re)Start connectd daemon which calls home
- name: Enable & (Re)Start remote.it's connectd daemon which calls home
systemd:
name: connectd
daemon_reload: yes
@ -7,10 +6,9 @@
state: restarted
when: remoteit_enabled
- name: Disable & Stop connectd daemon
- name: Disable & Stop remote.it's connectd daemon
systemd:
name: connectd
enabled: no
state: stopped
when: not remoteit_enabled