Use ansible collections for things

This commit is contained in:
Jake Howard
2021-02-07 13:02:14 +00:00
parent e8496ddced
commit c4999d7b25
8 changed files with 21 additions and 13 deletions

View File

@ -26,7 +26,7 @@
register: sshd_config
- name: Set up authorized keys
authorized_key:
ansible.posix.authorized_key:
user: "{{ user }}"
state: present
key: "{{ lookup('file', item) }}"