> _(..) Fedora Linux 41 is the first release to switch to DNF5 for a faster and more enhanced package management experience. (..)_ source: https://9to5linux.com/fedora-linux-41-released-with-linux-kernel-6-11-dnf5-gnome-47-and-more#:~:text=47%2C%20and%20More-,Fedora%20Linux%2041%20Released%20with%20Linux%20Kernel%206.11%2C%20DNF5%2C%20GNOME,more%20enhanced%20package%20management%20experience. This cause an error during detection of supported package manager ([Assert supported distribution](https://github.com/gantsign/ansible-role-visual-studio-code/blob/master/tasks/install.yml#L6)). Temporary solution to this issue is to put ``` vars: ansible_pkg_mgr: dnf ``` ..in your main ansible yaml config.
source: https://9to5linux.com/fedora-linux-41-released-with-linux-kernel-6-11-dnf5-gnome-47-and-more#:~:text=47%2C%20and%20More-,Fedora%20Linux%2041%20Released%20with%20Linux%20Kernel%206.11%2C%20DNF5%2C%20GNOME,more%20enhanced%20package%20management%20experience.
This cause an error during detection of supported package manager (Assert supported distribution).
Temporary solution to this issue is to put
..in your main ansible yaml config.