forked from data.coop/ansible
Flatten the list
This commit is contained in:
parent
c802777867
commit
5a54eb6b1e
|
@ -18,5 +18,5 @@
|
||||||
- name: "Add ssh authorized_keys to root user"
|
- name: "Add ssh authorized_keys to root user"
|
||||||
authorized_key:
|
authorized_key:
|
||||||
user: "root"
|
user: "root"
|
||||||
key: "{{ users | default([]) | map(attribute='ssh_keys') | join('\n') }}"
|
key: "{{ users | default([]) | map(attribute='ssh_keys') | flatten | join('\n') }}"
|
||||||
exclusive: true
|
exclusive: true
|
||||||
|
|
Loading…
Reference in a new issue