Optimized update roles

This commit is contained in:
2025-07-15 15:18:07 +02:00
parent bbabc58cf9
commit bb7859ab44
12 changed files with 65 additions and 15 deletions

View File

@@ -96,6 +96,7 @@
include_role:
name: user-root
# @todo change this to role based todo
- name: update device
include_role:
name: update-compose

View File

@@ -2,5 +2,6 @@
include_tasks: "./tasks/groups/{{ item }}-roles.yml"
loop:
- svc-opt # Load optimation services
- update # Do additional update routines @todo remove the update from the constructor and the main.py
loop_control:
label: "{{ item }}-roles.yml"