ensuring packages are installed with their latest version

This commit is contained in:
aminnairi
2024-01-04 22:50:51 +01:00
parent 28b7d3f3a1
commit e5cfa3cb5a
+3 -3
View File
@@ -19,13 +19,13 @@
npm: npm:
name: neovim name: neovim
global: true global: true
state: present state: latest
path: /usr/local/bin/node_modules path: /usr/local/bin/node_modules
- name: Install Neovim (command-line text editor) - name: Install Neovim (command-line text editor)
become: true become: true
pacman: pacman:
name: neovim name: neovim
state: present state: latest
- name: Install Neovim package for Python - name: Install Neovim package for Python
become: true become: true
pacman: pacman:
@@ -50,7 +50,7 @@
become: true become: true
gem: gem:
name: neovim name: neovim
state: present state: latest
- name: Setup NeoVim for the unprivileged user - name: Setup NeoVim for the unprivileged user
synchronize: synchronize:
src: nvim src: nvim