Perhaps this needs quotes

This commit is contained in:
Kevin Fenzi 2014-03-28 15:07:34 +00:00
parent b26adb82f8
commit 3344263078

View file

@ -40,7 +40,7 @@
- config - config
- 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:
- "{{ auth_keys_from_fas}} @sysadmin-main {{ root_auth_users }}" - "{{ auth_keys_from_fas}} @sysadmin-main {{ root_auth_users }}"
tags: tags: