This commit is contained in:
Ivan Golikov 2025-01-18 01:09:47 +01:00
parent 7142c9af63
commit 970ca0d3b5

View file

@ -82,7 +82,7 @@
when: is_ubuntu
become: true
ansible.builtin.apt:
pkg: "{{ common_packages }}"
pkg: "{{ packages }}"
cache_valid_time: 3600
- name: Install Neovim (Ubuntu)