Remove failed_when, will just have to get used to seeing the errors on systems without CUPS.
This commit is contained in:
parent
336480ba2b
commit
447cb33919
@ -4,7 +4,6 @@
|
||||
pattern: "{{ cups_pattern }}"
|
||||
state: stopped
|
||||
enabled: no
|
||||
failed_when: "(1 == 0)"
|
||||
|
||||
- name: Remove CUPS-Browse Daemon
|
||||
service:
|
||||
@ -12,4 +11,3 @@
|
||||
pattern: "{{ cups_browse_pattern }}"
|
||||
state: stopped
|
||||
enabled: no
|
||||
failed_when: "(1 == 0)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user