summaryrefslogtreecommitdiffstats
path: root/tasks/cloud_setup_basic.yml
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-01-01 20:45:59 +0000
committerKevin Fenzi <kevin@scrye.com>2014-01-01 20:45:59 +0000
commitb25c32c5da99ee4dc944dac47596feb223252e0c (patch)
treeb998ea7bbe64cd5657cd49cf5f79cf77c3ccef14 /tasks/cloud_setup_basic.yml
parent063f293ba88437f26f3740f60dbd66bc449548c4 (diff)
downloadansible-b25c32c5da99ee4dc944dac47596feb223252e0c.tar.gz
ansible-b25c32c5da99ee4dc944dac47596feb223252e0c.tar.xz
ansible-b25c32c5da99ee4dc944dac47596feb223252e0c.zip
This has to be expanded. Try this syntax
Diffstat (limited to 'tasks/cloud_setup_basic.yml')
-rw-r--r--tasks/cloud_setup_basic.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml
index b76a83c4f..5089310aa 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