We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5761570 commit 6ba77cbCopy full SHA for 6ba77cb
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/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