We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ba77cb + fe6f75b commit 26e8b21Copy full SHA for 26e8b21
tasks/authorized-keys.yml
@@ -5,7 +5,7 @@
5
user: "{{ item.owner }}"
6
key: "{{ lookup('file', item.src) }}"
7
state: "{{ item.state | default('present') }}"
8
- path: "{{ item.path | default('~' + item.owner + '/{{ ssh_keys_sshdir }}/authorized_keys') }}"
+ path: "{{ item.path | default('~' + item.owner + '/' + {{ ssh_keys_sshdir }} + '/authorized_keys') }}"
9
with_items: "{{ ssh_keys_authorized_keys }}"
10
tags:
11
ssh-keys-authorized-keys-setup
0 commit comments