Indent fix.
This commit is contained in:
parent
64f1220935
commit
b7b6f9555d
@ -34,11 +34,11 @@
|
|||||||
path: "{{ bigboot_disabled_services_log }}"
|
path: "{{ bigboot_disabled_services_log }}"
|
||||||
register: bigboot_disabled_services_log_stat
|
register: bigboot_disabled_services_log_stat
|
||||||
|
|
||||||
- name: Remove disabled services log if present
|
- name: Remove disabled services log if present
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ bigboot_disabled_services_log }}"
|
path: "{{ bigboot_disabled_services_log }}"
|
||||||
state: absent
|
state: absent
|
||||||
when:
|
when:
|
||||||
- bigboot_disabled_services_log_stat['stat']['exists'] | bool
|
- bigboot_disabled_services_log_stat['stat']['exists'] | bool
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user