mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
fas should always have sysadmin-main
This commit is contained in:
@@ -27,9 +27,9 @@ cla_group = cla_done
|
||||
|
||||
; groups that should have a shell account on this system.
|
||||
{% if fas_client_groups %}
|
||||
groups = {{ fas_client_groups }}
|
||||
groups = sysadmin-main,{{ fas_client_groups }}
|
||||
{% else %}
|
||||
groups = "sysadmin-main"
|
||||
groups = sysadmin-main
|
||||
{% endif %}
|
||||
|
||||
; groups that should have a restricted account on this system.
|
||||
|
||||
Reference in New Issue
Block a user