Renamed desk roles and added vars/main.yml files where mising

This commit is contained in:
2025-07-10 14:19:59 +02:00
parent 5a3535187a
commit e794da47e2
26 changed files with 74 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ ROLES_DIR = Path(__file__).resolve().parent.parent.parent / "roles"
class TestApplicationIdConsistency(unittest.TestCase):
def test_application_id_matches_docker_prefix(self):
failed_roles = []
prefixes = ("web-app-", "web-svc-")
prefixes = ("web-app-", "web-svc-", "desk-")
for role_path in ROLES_DIR.iterdir():
if not role_path.is_dir():