From 1f8551e226c21094eb80f92a60362078c4e09394 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 13 Nov 2017 14:25:06 -0500 Subject: [PATCH] bringing all pkg descriptions into same format --- roles/network/tasks/squid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/tasks/squid.yml b/roles/network/tasks/squid.yml index 1bd9485d0..e61c5ab84 100644 --- a/roles/network/tasks/squid.yml +++ b/roles/network/tasks/squid.yml @@ -85,7 +85,7 @@ - option: name value: squid - option: description - value: '"Squid caches web pages the first time they are accessed, and pulls them from the cache thereafter"' + value: '"Squid caches web pages the first time they are accessed, and pulls them from the cache thereafter."' - option: enabled value: "{{ squid_enabled }}"