jmunixusers / cs-vm-build

Ansible playbook for configuring the JMU CS VM provided by the UUG
https://w3.cs.jmu.edu/uug/
MIT License
12 stars 13 forks source link

Ansible lint vars #532

Closed ripleymj closed 1 year ago

ripleymj commented 1 year ago

ansible-lint has decided vars need to be prefixed with the role name (https://github.com/ripleymj/cs-vm-build/actions/runs/6373527962/job/17297317317) so this tries to clean that up. Unfortunately, eclipse looks kind of goofy when you name everything "eclipse_eclipse", so I squashed that one for now but am open to suggestions

ripleymj commented 1 year ago

It's the breaking changes across so many minor releases! I like the eclipse_release_info idea, I'll play with that tomorrow.

ripleymj commented 1 year ago

Changed my mind, going to merge this as is. I need to do the Eclipse 2023-09 release info as well so I'll mess that whole role up at once.