fghaas / taiga-ansible

Ansible roles to deploy taiga.
GNU Affero General Public License v3.0
18 stars 14 forks source link

Add taiga_node_version variable #17

Closed noonedeadpunk closed 3 years ago

noonedeadpunk commented 3 years ago

We add variable to configure version of nodeJS to be installed. For example, nodJS 8 repo does not inlcude Ubuntu 20.04 packages, so it might be good idea to override version to allow deployers locally bump node version.

fghaas commented 3 years ago

I've squashed the two commits here and rebased them on current master. Merged in 992aa1eb72ac2b02ac403ed9ca708eba2dce389a, and then also added 5dcb44b5c4374fc674bbfc8ad9dd1ec2a3247d86 on top of that. Thank you!