Service module complained about ignore_errors. Trying it on the include.
This commit is contained in:
parent
dddfdb7800
commit
59e3dc7947
@ -18,6 +18,7 @@
|
|||||||
- include: tasks/users.yml
|
- include: tasks/users.yml
|
||||||
- include: tasks/cron.yml
|
- include: tasks/cron.yml
|
||||||
- include: tasks/harden.yml
|
- include: tasks/harden.yml
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
|
|
||||||
# Desktops and laptops
|
# Desktops and laptops
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
pattern: "{{ cups_pattern }}"
|
pattern: "{{ cups_pattern }}"
|
||||||
state: stopped
|
state: stopped
|
||||||
enabled: no
|
enabled: no
|
||||||
ignore_errors: yes
|
|
||||||
|
|
||||||
- name: Remove CUPS-Browse Daemon
|
- name: Remove CUPS-Browse Daemon
|
||||||
service:
|
service:
|
||||||
@ -12,4 +11,3 @@
|
|||||||
pattern: "{{ cups_browse_pattern }}"
|
pattern: "{{ cups_browse_pattern }}"
|
||||||
state: stopped
|
state: stopped
|
||||||
enabled: no
|
enabled: no
|
||||||
ignore_errors: yes
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user