Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 2.81 KB

1.0.0 (2024-06-23)

Bug Fixes

  • Become not used anymore in TaskInclude (28b8873)
  • Become rules are fixed in all tasks (f28c328)
  • Become used as a global key not as a an apt key in common.yaml (be0ff74)
  • Fix $ error (3d51304)
  • Fix NVM DIR not setting correctly (e327e1b)
  • Home set to user intead of user while installing nvm (7d3296d)
  • JS packages are installed using correct NVM_DIR (e232e18)
  • Node now installed using sudo permissions (64c34dc)
  • NPM_DIR now correctly set (c7fa8b1)
  • NVM DIR is not override anymore (790c62a)
  • NVM is now installed for user instead of root (25777f4)
  • NVM_DIR now correctly set (af899b5)
  • Setting home as env while installing nvm to avoid installing it for root (502114c)
  • setup.sh now uses correct github url for remote installation (839fe5d)
  • XDG_CONFIG_HOME env now use correct NRM_DIR (0b43a64)
  • XDG_CONFIG_HOME env now use nvm dir instead of .nvm (a29e0f0)

Features

  • Playbook tasks added to install tools and vscode extensions (f988d7d)
  • Setup script created (29348b4)
  • Update Ansible to handle XDG_CONFIG_HOME (ae3a2e5)