Hey lets see if this fixes the stuff I broke.
This commit is contained in:
parent
e68eaf268e
commit
5a056c05f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue