Sync with develop #4

Merged
chris merged 32 commits from develop into main 2024-08-02 10:12:58 -04:00
9 changed files with 79 additions and 50 deletions
Showing only changes of commit 64f1220935 - Show all commits

View File

@ -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"