mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Lint & Clarify remoteit/tasks/enable-or-disable.yml
This commit is contained in:
parent
5015913ce9
commit
d257c539eb
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
|
- name: Enable & (Re)Start remote.it's connectd daemon which calls home
|
||||||
- name: Enable & (Re)Start connectd daemon which calls home
|
|
||||||
systemd:
|
systemd:
|
||||||
name: connectd
|
name: connectd
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
@ -7,10 +6,9 @@
|
||||||
state: restarted
|
state: restarted
|
||||||
when: remoteit_enabled
|
when: remoteit_enabled
|
||||||
|
|
||||||
- name: Disable & Stop connectd daemon
|
- name: Disable & Stop remote.it's connectd daemon
|
||||||
systemd:
|
systemd:
|
||||||
name: connectd
|
name: connectd
|
||||||
enabled: no
|
enabled: no
|
||||||
state: stopped
|
state: stopped
|
||||||
when: not remoteit_enabled
|
when: not remoteit_enabled
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue