mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
jail calibre
This commit is contained in:
parent
b4c70afa3b
commit
6b1d61afbf
5 changed files with 14 additions and 6 deletions
|
|
@ -49,6 +49,7 @@
|
|||
- { role: radio, tags: ['radio'] }
|
||||
- { role: formd, tags: ['formd'] }
|
||||
- { role: postgresql, tags: ['postgresql'] }
|
||||
- { role: calibre, tags: ['calibre'] }
|
||||
vars_prompt:
|
||||
- name: user_password
|
||||
prompt: "Enter desired user password"
|
||||
|
|
|
|||
3
roles/calibre/meta/main.yml
Normal file
3
roles/calibre/meta/main.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: firejail }
|
||||
10
roles/calibre/tasks/main.yml
Normal file
10
roles/calibre/tasks/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Install calibre
|
||||
pacman: name=calibre state=present
|
||||
|
||||
- name: Jail calibre
|
||||
file: src=/usr/bin/firejail
|
||||
dest=/usr/local/bin/calibre
|
||||
state=link
|
||||
tags:
|
||||
- firejail
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: Install calibre
|
||||
pacman: name=calibre state=present
|
||||
tags:
|
||||
- calibre
|
||||
|
|
@ -9,7 +9,6 @@
|
|||
- include: gimp.yml
|
||||
- include: gthumb.yml
|
||||
- include: feh.yml
|
||||
- include: calibre.yml
|
||||
- include: pianobar.yml
|
||||
- include: teiler.yml
|
||||
- include: flac2all.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue