How about this?

This commit is contained in:
Kevin Fenzi 2015-03-17 21:23:00 +00:00
parent 6108972f51
commit be0245c2e8

View file

@ -41,7 +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