Add my own package repository and let users define additional custom repositories to install. Enable installation of packages from my repository.
By setting the `desired_package_state` variable we can change if ansible should only ensure that the packages exist on the system (`present`) or that they are also updated to their latest version (`latest`).