mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
enable-or-disable.yml: Consistent grep, like /usr/bin/iiab-remoteit-off (for PR #3161)
This commit is contained in:
parent
40b8425a35
commit
462d39c260
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
when: not remoteit_enabled
|
when: not remoteit_enabled
|
||||||
|
|
||||||
- name: Identify remoteit "Remote tcp connection service" unit file name, including uuid, e.g. remoteit@80:00:01:7F:7E:00:56:36.service
|
- name: Identify remoteit "Remote tcp connection service" unit file name, including uuid, e.g. remoteit@80:00:01:7F:7E:00:56:36.service
|
||||||
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
|
ignore_errors: yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue