mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-01-26 03:03:59 +00:00
5 lines
104 B
YAML
5 lines
104 B
YAML
---
|
|
- name: add github ssh keys
|
|
shell: ssh-keyscan github.com >> /etc/ssh/ssh_known_hosts
|
|
sudo: yes
|