make the packages role more generic
This commit is contained in:
11
tasks/Debian/nushell.yml
Normal file
11
tasks/Debian/nushell.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: install Debian dependencies
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- pkg-config
|
||||
- libssl-dev
|
||||
- build-essential
|
||||
|
||||
- ansible.builtin.include_tasks:
|
||||
file: packages/Linux/nushell.yml
|
||||
Reference in New Issue
Block a user