summaryrefslogtreecommitdiffstats
path: root/roles/ansible
AgeCommit message (Collapse)AuthorFilesLines
2025-09-20Fix ansible install on ubuntu when there is another version installedAhmed Abdelhalim1-2/+2
2025-09-15Fix uv idempotent install for the tool versionsAhmed Abdelhalim1-8/+38
2025-09-15Refactor python and ansible roles to use uv package managerAhmed Abdelhalim3-66/+19
2025-09-12Fix testing ansible role on 2.19.2Ahmed Abdelhalim1-1/+1
The issue is that regex_match either returns a string or none which was implicitly converted to a boolean, this breaks on 2.19.2+ This ensure compatibility with newer versions.
2025-09-10Add recommended argument_specsAhmed Abdelhalim1-0/+2
2025-09-03Add ansible roleAhmed Abdelhalim5-0/+215