so looking to make my Mastodon deployment Ansible playbook Ubuntu version agnostic in prep for 18.04, and the one thing that needs to be fixed is the node.js repo that specifies xenial
https://github.com/staticsafe/mastible/blob/master/roles/common/tasks/main.yml#L20
I wonder if there is a variable I can use there that would bionic on a Ubuntu 18.04 system
#sysadmin | #devops
@nivex @Technowix that will do, thanks!