Specify otherwise the groups with shell access

This commit is contained in:
Pierre-Yves Chibon 2015-01-22 18:06:52 +01:00
parent 8521f61cf8
commit 7a2f626fc9
2 changed files with 2 additions and 1 deletions

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 | 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