From 92433424cf9b486852026777449b546ab02b7252 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 29 Jan 2020 09:25:23 -0500 Subject: [PATCH] Update cups/tasks/main.yml --- roles/cups/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cups/tasks/main.yml b/roles/cups/tasks/main.yml index 46f5959a6..a8ad276ee 100644 --- a/roles/cups/tasks/main.yml +++ b/roles/cups/tasks/main.yml @@ -74,7 +74,7 @@ - option: name value: CUPS - option: description - value: '"CUPS (Common UNIX Printing System) is a modular printing system that allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer."' + value: '"CUPS (Common UNIX Printing System) is a modular printing system that allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer."' - option: installed value: "{{ cups_install }}" - option: cups_enabled