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