mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-29 02:30:16 +00:00
collapse archive role
This commit is contained in:
parent
0b40158e2c
commit
d473e6cbdc
6 changed files with 29 additions and 35 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: Install atool
|
||||
pacman: name=atool state=present
|
||||
tags:
|
||||
- atool
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
- name: Install hashdeep
|
||||
aur: name=hashdeep user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
- hashdeep
|
||||
|
|
@ -1,6 +1,30 @@
|
|||
---
|
||||
- include: zip.yml
|
||||
- include: rar.yml
|
||||
- include: atool.yml
|
||||
- include: hashdeep.yml
|
||||
- include: par2.yml
|
||||
- name: Install zip archive utilities
|
||||
pacman: name={{ item }} state=present
|
||||
with_items:
|
||||
- zip
|
||||
- unzip
|
||||
- p7zip
|
||||
tags:
|
||||
- zip
|
||||
|
||||
- name: Install unrar
|
||||
pacman: name=unrar state=present
|
||||
tags:
|
||||
- unrar
|
||||
|
||||
- name: Install atool
|
||||
pacman: name=atool state=present
|
||||
tags:
|
||||
- atool
|
||||
|
||||
- name: Install hashdeep
|
||||
aur: name=hashdeep user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
- hashdeep
|
||||
|
||||
- name: Install par2cmdline
|
||||
pacman: name=par2cmdline state=present
|
||||
tags:
|
||||
- par2
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: Install par2cmdline
|
||||
pacman: name=par2cmdline state=present
|
||||
tags:
|
||||
- par2
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: Install unrar
|
||||
pacman: name=unrar state=present
|
||||
tags:
|
||||
- unrar
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
- name: Install zip archive utilities
|
||||
pacman: name={{ item }} state=present
|
||||
with_items:
|
||||
- zip
|
||||
- unzip
|
||||
- p7zip
|
||||
tags:
|
||||
- zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue