Perhaps this needs quotes
This commit is contained in:
parent
b26adb82f8
commit
3344263078
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: add root keys for sysadmin-main and other allowed users
|
- name: add root keys for sysadmin-main and other allowed users
|
||||||
authorized_key: user=root key={{ item }}
|
authorized_key: user=root key="{{ item }}"
|
||||||
with_lines:
|
with_lines:
|
||||||
- "{{ auth_keys_from_fas}} @sysadmin-main {{ root_auth_users }}"
|
- "{{ auth_keys_from_fas}} @sysadmin-main {{ root_auth_users }}"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue