Try playing with the syntax here a bit.
This commit is contained in:
parent
02a0703693
commit
6108972f51
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@
|
|||
|
||||
- name: add root keys for sysadmin-main and other allowed users
|
||||
authorized_key: user=root key="{{ item }}"
|
||||
with_lines:
|
||||
- /srv/web/infra/ansible/scripts/auth-keys-from-fas @sysadmin-main {{ root_auth_users }}
|
||||
with_lines: /srv/web/infra/ansible/scripts/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