We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26e8b21 + a310403 commit 78b72ddCopy full SHA for 78b72dd
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