diff --git a/tasks/check_systemd_services.yml b/tasks/check_systemd_services.yml index 3bc7c63..2c29381 100644 --- a/tasks/check_systemd_services.yml +++ b/tasks/check_systemd_services.yml @@ -29,11 +29,3 @@ when: - item['item'] not in bigboot_protected_services - 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"