Skip to content

Commit

Permalink
feat(software): Update Node to latest LTS, bump neovim ruby gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Jan 7, 2024
1 parent 37bd344 commit 78c85e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ansible/roles/software/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ docker_apt_dependencies:
docker_apt_packages:
docker-ce: latest
docker-compose-plugin: latest
docker-ce-cli: 5:24.0.7-1~ubuntu.22.04~jammy
containerd.io: latest
# RVM / Ruby
rvm1_rubies:
Expand All @@ -118,7 +117,7 @@ rvm1_user: "{{ ansible_user_id }}"
ruby_gems:
- ruby: all
gems:
- neovim: 0.9.0
- neovim: 0.9.1
# Puppet
puppet_version: 7.21.0
puppet_lint_version: 3.0.1
Expand All @@ -133,7 +132,7 @@ puppet_rubies:
# Please note the module does not support package downgrades - if PDK is already installed in higher version, remove it first.
puppet_pdk_version: latest
# Node
node_version: 'lts/gallium'
node_version: 'lts/iron'
# Ansible
ansible_pip_version: latest
ansible_lint_pip_version: latest
Expand Down

0 comments on commit 78c85e1

Please sign in to comment.