aboutsummaryrefslogtreecommitdiffstats
path: root/roles/update/tasks/_openbsd.yml
blob: 9f0c1c52630a10c94d0d4dc22ea629a195bd001c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---

- name: update openbsd ports
  shell: pkg_add -IUu

- name: apply binary patches
  shell: syspatch

- name: cleanup unused packages
  shell: pkg_delete -Iac
remember that computers suck.