Upgrade your Fedora system to the next distribution version
A simple Ansible recipe to get your system to the next Fedora release.
I've released an Ansible playbook which safely upgrades your Fedora system to the next distribution release. Here are a few noteworthy points:
- Your root ZFS dataset will be snapshotted prior to the upgrade, if your system has ZFS on root.
- The debug console shell will be enabled during the upgrade, so you can break into the machine (Ctrl+Alt+F9 after switch root) if the upgrade fails and leaves you with an unbootable system. It will then be disabled after the upgrade is complete.
- The recipe will be idempotent across failures, even if you run it multiple times until completion.