mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
5 lines
141 B
YAML
5 lines
141 B
YAML
---
|
|
|
|
- name: add authorized keys for root
|
|
template: src=authorized_keys.j2 dest=/root/.ssh/authorized_keys mode=0600 owner=root group=root
|