Specify otherwise the groups with shell access
This commit is contained in:
parent
8521f61cf8
commit
7a2f626fc9
2 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
|||
- distgit
|
||||
|
||||
- name: Get admin users
|
||||
command: "/srv/web/infra/ansible/scripts/users-from-fas @sysadmin-main {{ fas_client_ssh_groups | split(',') | join(' ')}}"
|
||||
command: "/srv/web/infra/ansible/scripts/users-from-fas @sysadmin-main {{ admin_groups }}"
|
||||
register: admin_user_list
|
||||
run_once: True
|
||||
delegate_to: localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue