review: loop with bare variable name

This commit is contained in:
doteast 2017-01-31 17:56:14 +00:00
parent 0456dd002c
commit 18db24b23e
3 changed files with 4 additions and 3 deletions

View file

@ -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