That task wasnt supposed to be there!
This commit is contained in:
@ -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"
|
|
||||||
|
Reference in New Issue
Block a user