Well I can only break it worse.

This commit is contained in:
Stephen Smoogen 2014-03-21 22:16:19 +00:00
parent 5a056c05f0
commit bd1fb61391

View file

@ -42,7 +42,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
ignore_errors: true