Ignore CUPS removal failures if they are not installed on a system (FreeBSD).
This commit is contained in:
parent
b57f49e7c9
commit
dddfdb7800
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user