Fix role name
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: genlab.users
|
- role: genlab.common.users
|
||||||
manifest_path: "users.yml"
|
manifest_path: "users.yml"
|
||||||
common_memory_max: "500M"
|
common_memory_max: "500M"
|
||||||
common_swap_max: "2G"
|
common_swap_max: "2G"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: genlab.users
|
- role: genlab.common.users
|
||||||
manifest_path: "some-none-existent-file" # the 'users' variable is supposed to take precedence
|
manifest_path: "some-none-existent-file" # the 'users' variable is supposed to take precedence
|
||||||
common_memory_max: "500M"
|
common_memory_max: "500M"
|
||||||
common_swap_max: "2G"
|
common_swap_max: "2G"
|
||||||
|
|||||||
Reference in New Issue
Block a user