aboutsummaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/init_openbsd.yml
blob: d4dae41ad32f05f9fc338c354f6ea3382ae76c15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

# 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


remember that computers suck.