diff --git a/roles/cups/tasks/main.yml b/roles/cups/tasks/main.yml index 61abe61a5..012aa3685 100644 --- a/roles/cups/tasks/main.yml +++ b/roles/cups/tasks/main.yml @@ -31,7 +31,7 @@ - cups-browsed when: cups_enabled and not is_F18 -- name: Enable services for cups for xo's +- name: Enable services for cups for XO laptops service: name=cups state=started enabled=yes @@ -50,7 +50,7 @@ - cups-browsed when: not cups_enabled and not is_F18 -- name: Disable services for cups for xo's +- name: Disable services for cups for XO laptops service: name=cups state=stopped enabled=no