Indent fix.

This commit is contained in:
Chris Hammer 2024-07-30 17:25:52 -04:00
parent 64f1220935
commit b7b6f9555d

View File

@ -34,7 +34,7 @@
path: "{{ bigboot_disabled_services_log }}"
register: bigboot_disabled_services_log_stat
- name: Remove disabled services log if present
- name: Remove disabled services log if present
ansible.builtin.file:
path: "{{ bigboot_disabled_services_log }}"
state: absent