summaryrefslogtreecommitdiffstats
path: root/tasks/cloud_setup_basic.yml
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-03-28 14:41:00 +0000
committerKevin Fenzi <kevin@scrye.com>2014-03-28 14:41:00 +0000
commitb26adb82f8ce14184cb37ebde63e6a4abc886741 (patch)
treef849ef40558f8c4b74f16cf4fb0c86c805ade7d9 /tasks/cloud_setup_basic.yml
parent51fb9f824c5cba7fec65e6bdfb133c85fa562c31 (diff)
downloadansible-b26adb82f8ce14184cb37ebde63e6a4abc886741.tar.gz
ansible-b26adb82f8ce14184cb37ebde63e6a4abc886741.tar.xz
ansible-b26adb82f8ce14184cb37ebde63e6a4abc886741.zip
Try this.
Diffstat (limited to 'tasks/cloud_setup_basic.yml')
-rw-r--r--tasks/cloud_setup_basic.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml
index 5089310aa..9605f8d0b 100644
--- a/tasks/cloud_setup_basic.yml
+++ b/tasks/cloud_setup_basic.yml
@@ -40,9 +40,9 @@
- config
- 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 }}"
+ authorized_key: user=root key={{ item }}
+ with_lines:
+ - "{{ auth_keys_from_fas}} @sysadmin-main {{ root_auth_users }}"
tags:
- config
ignore_errors: true