Also no {{ in with_pipe, variable are bare there too
This commit is contained in:
parent
2fe69599f5
commit
1889fb51ff
2 changed files with 2 additions and 4 deletions
|
@ -15,6 +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
|
||||
|
|
|
@ -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