diff --git a/ansible/roles/build/tasks/linux.yaml b/ansible/roles/build/tasks/linux.yaml index 9b5ed2f..caa5271 100644 --- a/ansible/roles/build/tasks/linux.yaml +++ b/ansible/roles/build/tasks/linux.yaml @@ -5,16 +5,15 @@ become_user: "{{ build_user.name }}" - name: Install packages - pacman: + package: name: - base-devel - gnupg - devtools # Creates /usr/share/devtools/makepkg-x86_64.conf and provides mkarchroot - base-devel - - vifm - - vim + - vifm # For aurutils + - vim # For aurutils state: present - update_cache: true - name: Extract aurutils aur entry become_user: "{{ build_user.name }}"