probably need to fix it here, too.

This commit is contained in:
Ricky Elrod 2013-06-17 15:46:39 +00:00
parent 718765d4fa
commit b29df9ff97

View file

@ -15,6 +15,6 @@
- name: add root keys for sysadmin-main and other allowed users
action: authorized_key user=root key="{{ item }}"
with_pipe:
- {{ auth_keys_from_fas }} @sysadmin-main {{ root_auth_users }}
- "${auth_keys_from_fas} @sysadmin-main ${root_auth_users}"