blob: 399050cd7e91db18036f560ce81afc9d6b625880 [file] [log] [blame]
- hosts: jumphosts
tasks:
- name: Copy authorized_keys with owner and permissions
ansible.builtin.copy:
src: ../authorized_keys
dest: /home/chrome-bot/.ssh/authorized_keys
owner: chrome-bot
group: chrome-bot
mode: '0644'