From 718765d4fadab7b8db8811bb0713be8119641c5a Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Mon, 17 Jun 2013 15:41:41 +0000 Subject: [PATCH] I have no idea what I'm doing. But maybe this will fix it. :) --- 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 3f5c4900d9..5f73e128a4 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -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