blob: 75a217d2e6b8c1685f87b984d0e377ae1b2e541d [file] [log] [blame]
- hosts: '{{ variable_hosts }}'
gather_facts: False
tasks:
- name: Copy authorized_keys with owner and permissions
ansible.builtin.copy:
src: ../authorized_keys
dest: /home/admin/.ssh/authorized_keys
owner: admin
mode: '0644'