That task wasnt supposed to be there!

This commit is contained in:
2024-07-30 17:23:20 -04:00
parent 664291b15d
commit 64f1220935

View File

@ -29,11 +29,3 @@
when: when:
- item['item'] not in bigboot_protected_services - item['item'] not in bigboot_protected_services
- item['stdout'] | regex_replace('^.*=(.*$)', '\\1') | community.general.to_minutes > bigboot_service_max_timeout - item['stdout'] | regex_replace('^.*=(.*$)', '\\1') | community.general.to_minutes > bigboot_service_max_timeout
- name: Log list of disabled services
ansible.builtin.copy:
content: "{{ bigboot_systemd_disabled_services }}"
dest: "{{ bigboot_disabled_services_log }}"
owner: root
group: root
mode: "0600"