diff --git a/.local/share/dotfiles/install_dotfiles.yml b/.local/share/dotfiles/install_dotfiles.yml index dfb6306..39df5e9 100644 --- a/.local/share/dotfiles/install_dotfiles.yml +++ b/.local/share/dotfiles/install_dotfiles.yml @@ -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)