This has to be expanded. Try this syntax

This commit is contained in:
Kevin Fenzi 2014-01-01 20:45:59 +00:00
parent 063f293ba8
commit b25c32c5da
2 changed files with 2 additions and 2 deletions

View file

@ -15,4 +15,4 @@
- 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 }}"

View file

@ -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