blob: 465ee36ca0a732200fb99f483553f969abfebd4d (
plain) (
tree)
|
|
---
- 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
|