Some join logic to fix the call to users-from-fas

This commit is contained in:
Pierre-Yves Chibon 2015-01-22 18:05:06 +01:00
parent 2ef9c6cc60
commit 8521f61cf8

View file

@ -165,7 +165,7 @@
- distgit
- 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
run_once: True
delegate_to: localhost