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 b440005e55 - Show all commits

View File

@ -13,7 +13,7 @@
- name: Log disabled service to log file
ansible.builtin.lineinfile:
path: "{{ bigboot_disabled_services_log }}"
line: "{{ item }}"
line: "{{ item['item'] }}"
create: true
state: present
owner: root