Oops×2
This commit is contained in:
parent
7142c9af63
commit
970ca0d3b5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue