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

Use new GitHub Actions output mechanism #515

Closed laurelmay closed 2 years ago

laurelmay commented 2 years ago

GitHub has recently deprececated the set-output function in workflows, instead having users switch to to using a newly created environment file for this purpose. Because this is confusing, the behavior is extracted to a function that we can reuse.

laurelmay commented 2 years ago

This new ansible-lint error doesn't feel fun:

Use `ansible.builtin.include_tasks` or `ansible.legacy.include_tasks` instead.