blob: d4dae41ad32f05f9fc338c354f6ea3382ae76c15 (
plain) (
tree)
|
|
# common ~~ tasks/init_alpine.yml
# specific tasks for Openbsd initalization
---
- name: Setup repositories for Openbsd
shell: echo "https://mirror.ungleich.ch/pub/OpenBSD/" > /etc/installurl
|