Hi I have some FreeBSD servers in my machine park and I would like to perform the version upgrade in an automated way with ansible.
In my example, I want to perform the upgrade from version 12.3 to 13, it is possible to run the upgrade with the command below: freebsd-update --not-running-from-cron upgrade -r 12.2-RELEASE I ask this, because I don't know if it's the most correct way to execute this. Grateful for any assistance.