From 750c09b4c9559461c890bea6270bce7cbd3f40a9 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 21 Mar 2014 22:30:07 +0000 Subject: [PATCH] OK Lets put it all back like it was. Do we go back to old error? --- tasks/cloud_setup_basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index fdcb0cd588..5089310aa7 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -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