make the packages role more generic
This commit is contained in:
29
tasks/Debian/neovide.yml
Normal file
29
tasks/Debian/neovide.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
- name: install debian dependencies
|
||||
when: ansible_architecture != "aarch64"
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- curl
|
||||
- gnupg
|
||||
- ca-certificates
|
||||
- git
|
||||
- gcc-multilib
|
||||
- g++-multilib
|
||||
- cmake
|
||||
- libssl-dev
|
||||
- pkg-config
|
||||
- libfreetyp6-dev
|
||||
- libasound2-dev
|
||||
- libexpat1-dev
|
||||
- libxcb-composite0-dev
|
||||
- libbz2-dev
|
||||
- libsndio-dev
|
||||
- freeglut3-dev
|
||||
- libxmu-dev
|
||||
- libxi-dev
|
||||
- libfontconfig1-dev
|
||||
- libxcursor-dev
|
||||
|
||||
- ansible.builtin.include_tasks:
|
||||
file: packages/Linux/neovide.yml
|
||||
Reference in New Issue
Block a user