mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized update roles
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
include_role:
|
||||
name: user-root
|
||||
|
||||
# @todo change this to role based todo
|
||||
- name: update device
|
||||
include_role:
|
||||
name: update-compose
|
||||
|
@@ -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"
|
Reference in New Issue
Block a user