Skip to content

Commit 6463fdb

Browse files
committed
Use full path to authorized_key module
1 parent 07ad7af commit 6463fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cephadm/tasks/prereqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Copy cephadm public key to all hosts
3-
authorized_key:
3+
ansible.posix.authorized_key:
44
user: "{{ cephadm_ssh_user }}"
55
state: present
66
key: "{{ hostvars[cephadm_bootstrap_host].cephadm_ssh_public_key_content }}"

0 commit comments

Comments
 (0)