Fix implementing printing from virtual machines.
Don't abort ansible run if cups printer.conf doesn't exists
This commit is contained in:
parent
72b971be13
commit
fe35721438
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: grep "IPP Everywhere" /etc/cups/printers.conf
|
cmd: grep "IPP Everywhere" /etc/cups/printers.conf
|
||||||
register: ipp_everywhere
|
register: ipp_everywhere
|
||||||
failed_when: ipp_everywhere.rc >= 2
|
failed_when: False
|
||||||
changed_when: False
|
changed_when: False
|
||||||
|
|
||||||
- name: Delete old IPP-Everywhere printers
|
- name: Delete old IPP-Everywhere printers
|
||||||
|
|
Loading…
Add table
Reference in a new issue