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