From c39f3c2c897b6a25d4bd5f13b9650bf8bde20984 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 29 Oct 2021 09:52:19 -0400 Subject: [PATCH] roles/remoteit/tasks/main.yml: Use same description in iiab.ini, as in new FAQ.IIAB.IO --- roles/remoteit/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/remoteit/tasks/main.yml b/roles/remoteit/tasks/main.yml index 757896d29..bc5be64a2 100644 --- a/roles/remoteit/tasks/main.yml +++ b/roles/remoteit/tasks/main.yml @@ -29,7 +29,7 @@ - option: name value: remote.it - option: description - value: '"remote.it allows you to make secure remote connections between two computers. Some benefits include: crossing multiple NATs/firewalls using a single TCP port, without requiring router port forwarding, and reducing your network''s vulnerability."' + value: '"https://remote.it can help you remotely maintain an IIAB. Some benefits include: crossing multiple NATs/firewalls using a single TCP port, without requiring router port forwarding, and reducing your network''s vulnerability."' - option: remoteit_install value: "{{ remoteit_install }}" - option: remoteit_enabled