PeterMosmans / ansible-role-customize-gnome

Ansible role that customizes the GNOME desktop. It installs fonts and GNOME extensions from packages or zip files, copies files like desktop backgrounds and GNOME shell tweaks to a host, and modifies user settings.
GNU General Public License v3.0
76 stars 20 forks source link

Updating the ansible-galaxy repo #36

Closed Xehnoh closed 8 months ago

Xehnoh commented 8 months ago

Hello I'm using your repo on ansible-galaxy via ansible Semaphore (which downloads from ansible-galaxy by default) and it doesn't implement the change you did to the tmp folders. I really like your stuff and I'd love if you would update it to the current version of this repo if that is possible. Big thanks for making this!

PeterMosmans commented 8 months ago

Hey there, thanks for your kind words. It seems like the latest version hasn't been picked up/published yet, I'll see whether I can enforce an Ansible Galaxy refresh.

Xehnoh commented 8 months ago

Thanks for the fast answer! If that works out that would be honestly great since my current workaround is using command line to run an extra task with this role on a specified set of hosts.

PeterMosmans commented 8 months ago

Thanks for your patience @Xehnoh - the role has now been imported, see https://galaxy.ansible.com/ui/standalone/roles/PeterMosmans/customize-gnome/versions/

Somehow there seems to be an issue with the namespace: Even though it's lowercase, the "legacy system" expected a case-sensitive name during importing.

Xehnoh commented 8 months ago

Thanks so much! Everything seems to look good, but regardless I will test it in the coming hours and if everything works I'll close this issue. Again thank you so much.