Hey lets see if this breaks stuff.

This commit is contained in:
Stephen Smoogen 2014-03-21 21:59:56 +00:00
parent 775df5a634
commit e68eaf268e

View file

@ -42,7 +42,7 @@
- name: add root keys for sysadmin-main and other allowed users - name: add root keys for sysadmin-main and other allowed users
action: authorized_key user=root key="{{ item }}" action: authorized_key user=root key="{{ item }}"
with_pipe: with_pipe:
- "{{ auth_keys_from_fas}} @sysadmin-main {{ root_auth_users }}" - {{ auth_keys_from_fas}} @sysadmin-main {{ root_auth_users }}
tags: tags:
- config - config
ignore_errors: true ignore_errors: true