review: loop with bare variable name
This commit is contained in:
parent
0456dd002c
commit
18db24b23e
3 changed files with 4 additions and 3 deletions
|
@ -63,7 +63,8 @@
|
|||
|
||||
- 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
|
||||
- sshkeys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue