collapse archive role

This commit is contained in:
Pig Monkey 2016-01-18 22:12:08 -08:00
parent 0b40158e2c
commit d473e6cbdc
6 changed files with 29 additions and 35 deletions

View file

@ -1,5 +0,0 @@
---
- name: Install atool
pacman: name=atool state=present
tags:
- atool

View file

@ -1,6 +0,0 @@
---
- name: Install hashdeep
aur: name=hashdeep user={{ user.name }}
tags:
- aur
- hashdeep

View file

@ -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

View file

@ -1,5 +0,0 @@
---
- name: Install par2cmdline
pacman: name=par2cmdline state=present
tags:
- par2

View file

@ -1,5 +0,0 @@
---
- name: Install unrar
pacman: name=unrar state=present
tags:
- unrar

View file

@ -1,9 +0,0 @@
---
- name: Install zip archive utilities
pacman: name={{ item }} state=present
with_items:
- zip
- unzip
- p7zip
tags:
- zip