From 33442630784d5ef50d13cc1c0897732f93f42e8f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 28 Mar 2014 15:07:34 +0000 Subject: [PATCH] Perhaps this needs quotes --- 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 9605f8d0ba..f117e4f29a 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -40,7 +40,7 @@ - config - name: add root keys for sysadmin-main and other allowed users - authorized_key: user=root key={{ item }} + authorized_key: user=root key="{{ item }}" with_lines: - "{{ auth_keys_from_fas}} @sysadmin-main {{ root_auth_users }}" tags: