If only I'd earn a cent for every time I misspelled "ansible" as "ansbile" in my playbooks/roles, I would be filthy rich by now 😑
If only I'd earn a cent for every time I misspelled "ansible" as "ansbile" in my playbooks/roles, I would be filthy rich by now 😑
Misusing #ansbile again to solve today's #AdventOfCode.
Spoiler at https://github.com/mattpep/advent-of-code/blob/main/2022/4.yml for those interested.
It works but ideally I’d like to fold the calculation into the set_fact in order to have them be debug tasks in their own right. It’s something to do with the nested tags ( {% and {{ ) but I can’t find the magic.