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