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 07ad7af + 6463fdb commit 380ad04Copy full SHA for 380ad04
roles/cephadm/tasks/prereqs.yml
@@ -1,6 +1,6 @@
1
---
2
- name: Copy cephadm public key to all hosts
3
- authorized_key:
+ ansible.posix.authorized_key:
4
user: "{{ cephadm_ssh_user }}"
5
state: present
6
key: "{{ hostvars[cephadm_bootstrap_host].cephadm_ssh_public_key_content }}"
0 commit comments