From 6bbb95cd9ef0ff4af284416fcbab53aa0c4c3e41 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 28 Apr 2021 00:47:10 -0400 Subject: [PATCH] lokole/tasks/main.yml: fix illegal char EM DASH \u2014 in iiab.ini description --- roles/lokole/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lokole/tasks/main.yml b/roles/lokole/tasks/main.yml index aaccc44e5..34258dd52 100644 --- a/roles/lokole/tasks/main.yml +++ b/roles/lokole/tasks/main.yml @@ -73,7 +73,7 @@ - option: name value: Lokole - option: description - value: '"Lokole is an email service that works offline, for rural communities. With a 3G/4G modem, you can arrange to batch-upload / batch-download emails once per night — for almost no cost at all — depending on mobile data plans in your country."' + value: '"Lokole is an email service that works offline, for rural communities. With a 3G/4G modem, you can arrange to batch-upload / batch-download emails once per night -- for almost no cost at all -- depending on mobile data plans in your country."' #value: '"Lokole is an email service that works offline, for rural communities. In some cases, emails can also be transmitted to/from the Internet, taking advantage of discounted mobile data rates."' - option: lokole_run_directory value: "{{ lokole_run_directory }}"