Ignore CUPS removal failures if they are not installed on a system (FreeBSD).
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
pattern: "{{ cups_pattern }}"
|
||||
state: stopped
|
||||
enabled: no
|
||||
ignore_errors: yes
|
||||
|
||||
- name: Remove CUPS-Browse Daemon
|
||||
service:
|
||||
@ -11,3 +12,4 @@
|
||||
pattern: "{{ cups_browse_pattern }}"
|
||||
state: stopped
|
||||
enabled: no
|
||||
ignore_errors: yes
|
||||
|
Reference in New Issue
Block a user