mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
Remove references to disable-more.inc Remove some profiles which are now redundant with the Firejail default profiles.
10 lines
199 B
YAML
10 lines
199 B
YAML
---
|
|
- name: Install rtorrent
|
|
pacman: name=rtorrent state=present
|
|
|
|
- name: Jail rtorrent
|
|
file: src=/usr/bin/firejail
|
|
dest=/usr/local/bin/rtorrent
|
|
state=link
|
|
tags:
|
|
- firejail
|