blob: 50458b4b989be2a3d0a27566926693f0589c09a2 [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: /Users/chrome-bot/.ssh/authorized_keys
owner: chrome-bot
mode: '0644'