mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
quoting the output from the $PIPE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user