I have no idea what I'm doing. But maybe this will fix it. :)

This commit is contained in:
Ricky Elrod 2013-06-17 15:41:41 +00:00
parent 3fe1284f0d
commit 718765d4fa

View file

@ -35,7 +35,7 @@
- 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}"
tags:
- config