Try playing with the syntax here a bit.

This commit is contained in:
Kevin Fenzi 2015-03-17 21:07:26 +00:00
parent 02a0703693
commit 6108972f51

View file

@ -41,8 +41,7 @@
- name: add root keys for sysadmin-main and other allowed users - name: add root keys for sysadmin-main and other allowed users
authorized_key: user=root key="{{ item }}" authorized_key: user=root key="{{ item }}"
with_lines: with_lines: /srv/web/infra/ansible/scripts/auth-keys-from-fas @sysadmin-main {{ root_auth_users }}
- /srv/web/infra/ansible/scripts/auth-keys-from-fas @sysadmin-main {{ root_auth_users }}
tags: tags:
- config - config
ignore_errors: true ignore_errors: true