As of `ansible-core 2.15.3`, upstream moved documentation and examples to a separate [dedicated repository](https://github.com/ansible/ansible-documentation) (see the [related changelogs](https://github.com/ansible/ansible/blob/v2.15.3/changelogs/CHAN…).
This means that, starting from version `2.15.3` the `ansible-core` package will stop shipping documentation and a default configuration example under `/etc/ansible/ansible.cfg`.
Regarding the documentation, it is available online: <https://docs.ansible.com/>
As for the configuration file, as explained in the [wiki](https://wiki.archlinux.org/title/Ansible#Configuration), a base config can be generated with the following command:
```
ansible-config init --disabled > ansible.cfg
```
After updating from `ansible-core` <= `2.15.2-1` to >= `2.15.3-1`, everyone using a **custom** global Ansible configuration file stored under `/etc/ansible/ansible.cfg` will have their configuration saved as a `pacsave` file.
To restore it, run the following command:
```
mv /etc/ansible/ansible.cfg.pacsave /etc/ansible/ansible.cfg
```
URL: https://archlinux.org/news/ansible-core-2153-1-update-may-require-manual-in…
When upgrading from budgie-desktop 10.7.2-5 to 10.7.2-6, the package mutter43 must be replaced with magpie-wm, which currently depends on mutter. As mutter43 conflicts with mutter, manual intervention is required to complete the upgrade.
First remove mutter43, then immediately perform the upgrade. Do not relog or
reboot between these steps.
```
pacman -Rdd mutter43
```
```
pacman -Syu
```
URL: https://archlinux.org/news/budgie-desktop-1072-6-update-requires-manual-int…