add aria2

This commit is contained in:
Pig Monkey 2019-12-08 14:18:21 -08:00
parent e51a9f41b4
commit 441876243c
3 changed files with 17 additions and 0 deletions

View file

@ -83,6 +83,7 @@
- { role: units, tags: ['units'], when: "units is defined" }
- { role: logitech, tags: ['logitech'] }
- { role: pydev, tags: ['pydev'] }
- { role: aria2, tags: ['aria2'] }
vars_prompt:
- name: user_password
prompt: "Enter desired user password"

View file

@ -0,0 +1,3 @@
---
dependencies:
- { role: firejail }

View file

@ -0,0 +1,13 @@
---
- name: Install aria2
pacman:
name: aria2
state: present
- name: Jail aria2
file:
src: /usr/bin/firejail
dest: /usr/local/bin/aria2c
state: link
tags:
- firejail