From 970ca0d3b5a6a7f8d13f4d200a22f5cb3a16b93c Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Sat, 18 Jan 2025 01:09:47 +0100 Subject: [PATCH] =?UTF-8?q?Oops=C3=972?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/share/dotfiles/install_dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)