fix(configuration): disambiguate BLS task names and clean up misc noise

This commit is contained in:
2026-02-20 20:17:05 +01:00
parent fba2e5fc94
commit a2993212ca
4 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
---
# Single systemctl enable — atomic; individual failures abort the command
- name: Enable Systemd Services
when: os not in ['alpine', 'void']
ansible.builtin.command: >
@@ -37,7 +38,6 @@
path: "/mnt/etc/init.d/{{ item }}"
loop: "{{ configuration_openrc_services }}"
register: configuration_openrc_service_stats
changed_when: false
- name: Enable OpenRC services
ansible.builtin.file:
@@ -68,7 +68,6 @@
path: "/mnt/etc/sv/{{ item }}"
loop: "{{ configuration_runit_services }}"
register: configuration_runit_service_stats
changed_when: false
- name: Enable runit services
ansible.builtin.file: