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
|
when: is_ubuntu
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
pkg: "{{ common_packages }}"
|
pkg: "{{ packages }}"
|
||||||
cache_valid_time: 3600
|
cache_valid_time: 3600
|
||||||
|
|
||||||
- name: Install Neovim (Ubuntu)
|
- name: Install Neovim (Ubuntu)
|
||||||
|
|
Loading…
Reference in a new issue