blob: 0cfcfc911685842ae20b47eee04a814e12306fab (
plain) (
tree)
|
|
---
- name: upgrade freebsd to next release
shell: |
yes | freebsd-update update -r "{{ update_version_freebsd }}-RELEASE"
- name: ensure packages are rebuild
shell: |
pkg-static -af
freebsd-update install
|