mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-18 00:46:47 +00:00
replace ncmpcpp with rmpc
This commit is contained in:
parent
bfa128df3b
commit
b5943432c2
2 changed files with 6 additions and 24 deletions
|
|
@ -1,5 +0,0 @@
|
|||
include /etc/firejail/default.profile
|
||||
include /etc/firejail/disable-devel.inc
|
||||
|
||||
whitelist ~/.ncmpcpp
|
||||
whitelist ~/audio
|
||||
|
|
@ -44,25 +44,12 @@
|
|||
name: mpc
|
||||
state: present
|
||||
|
||||
- name: Install ncmpcpp
|
||||
- name: Install rmpc
|
||||
community.general.pacman:
|
||||
name: ncmpcpp
|
||||
name: rmpc
|
||||
state: present
|
||||
|
||||
- name: Jail ncmpcpp
|
||||
ansible.builtin.file:
|
||||
src: /usr/bin/firejail
|
||||
dest: /usr/local/bin/ncmpcpp
|
||||
state: link
|
||||
tags:
|
||||
- firejail
|
||||
|
||||
- name: Push ncmpcpp firejail profile
|
||||
ansible.builtin.copy:
|
||||
src: firejail/ncmpcpp.profile
|
||||
dest: /usr/local/etc/firejail/ncmpcpp.profile
|
||||
mode: "0644"
|
||||
notify:
|
||||
- Activate firejail profiles
|
||||
tags:
|
||||
- firejail
|
||||
- name: Install cava
|
||||
community.general.pacman:
|
||||
name: cava
|
||||
state: present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue