aboutsummaryrefslogtreecommitdiffstats
path: root/roles/update/tasks/_openbsd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/update/tasks/_openbsd.yml')
-rw-r--r--roles/update/tasks/_openbsd.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/update/tasks/_openbsd.yml b/roles/update/tasks/_openbsd.yml
new file mode 100644
index 0000000..9f0c1c5
--- /dev/null
+++ b/roles/update/tasks/_openbsd.yml
@@ -0,0 +1,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.