Fix role name

This commit is contained in:
Alexander Gorelyshev
2025-12-18 13:39:05 +04:00
parent 14e6bf12fd
commit 7056bfe278
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
hosts: all
roles:
- role: genlab.users
- role: genlab.common.users
manifest_path: "users.yml"
common_memory_max: "500M"
common_swap_max: "2G"

View File

@@ -3,7 +3,7 @@
hosts: all
roles:
- role: genlab.users
- role: genlab.common.users
manifest_path: "some-none-existent-file" # the 'users' variable is supposed to take precedence
common_memory_max: "500M"
common_swap_max: "2G"