Move the user manifest into a subfolder to work around ansible-lint

This commit is contained in:
Alexander Gorelyshev
2025-12-18 13:48:41 +04:00
parent b0fbb7f17c
commit 4a167c4798
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
roles: roles:
- role: genlab.common.users - role: genlab.common.users
manifest_path: "users.yml" manifest_path: "configuration/users.yml"
common_memory_max: "500M" common_memory_max: "500M"
common_swap_max: "2G" common_swap_max: "2G"
common_cpu_quota: "100%" common_cpu_quota: "100%"