diff --git a/local.yml b/local.yml index 8c9bb40..efb0a64 100644 --- a/local.yml +++ b/local.yml @@ -18,6 +18,7 @@ - include: tasks/users.yml - include: tasks/cron.yml - include: tasks/harden.yml + ignore_errors: yes # Desktops and laptops diff --git a/tasks/harden.yml b/tasks/harden.yml index a498462..050186a 100644 --- a/tasks/harden.yml +++ b/tasks/harden.yml @@ -4,7 +4,6 @@ pattern: "{{ cups_pattern }}" state: stopped enabled: no - ignore_errors: yes - name: Remove CUPS-Browse Daemon service: @@ -12,4 +11,3 @@ pattern: "{{ cups_browse_pattern }}" state: stopped enabled: no - ignore_errors: yes