fix: Ignore errors in check mode
This commit is contained in:
parent
b795d3ec5b
commit
3af388724a
@ -23,6 +23,7 @@
|
||||
# strip: 1
|
||||
backup: true
|
||||
with_items: "{{ branding_patches }}"
|
||||
ignore_errors: "{{ ansible_check_mode }}"
|
||||
tags:
|
||||
- branding
|
||||
|
||||
@ -30,6 +31,7 @@
|
||||
ansible.builtin.systemd:
|
||||
name: openqa-webui
|
||||
state: restarted
|
||||
ignore_errors: "{{ ansible_check_mode }}"
|
||||
tags:
|
||||
- branding
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user