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

- name: update openbsd ports
  shell: pkg_add -IUu

- name: apply binary patches
  shell: syspatch
  when: ansible_distribution_release != "current"

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