Moved sys-opt-ssd-hdd to a callable version in svc-opt-ssd-hdd

This commit is contained in:
2025-07-12 11:42:25 +02:00
parent f2187e4bc0
commit c09dec8b0f
18 changed files with 48 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
#- name: "Load destruction roles"
# include_tasks: "./tasks/groups/{{ item }}-roles.yml"
# loop:
# - cln
# loop_control:
# label: "{{ item }}-roles.yml"
- name: "Load destruction roles"
include_tasks: "./tasks/groups/{{ item }}-roles.yml"
loop:
- svc-opt # Optimation services
loop_control:
label: "{{ item }}-roles.yml"