Added application ids to driver

This commit is contained in:
2025-07-10 14:43:32 +02:00
parent 81ab323c29
commit 8b2768daea
7 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ USERS_SCRIPT := ./cli/generate_users.py
INCLUDES_SCRIPT := ./cli/generate_playbook.py
# Define the prefixes for which we want individual role-include files
INCLUDE_GROUPS := "web-" "svc-"
INCLUDE_GROUPS := "drv-" "svc-" "desk-" "web-" "util-"
# Directory where these include-files will be written
INCLUDES_OUT_DIR := ./tasks/groups