quoting the output from the $PIPE

This commit is contained in:
Seth Vidal 2012-10-26 17:28:49 +00:00
parent fa4e1f2b32
commit a3138b3cd8

View file

@ -23,7 +23,7 @@
tasks:
- include: $tasks/cloud_setup_basic.yml
- name: add root keys for other allowed users
action: authorized_key user=root key=$PIPE(${auth_keys_from_fas} ${root_auth_users})
action: authorized_key user=root key='$PIPE(${auth_keys_from_fas} ${root_auth_users})'
handlers:
- include: $handlers/restart_services.yml