mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
reformat yaml
This commit is contained in:
parent
ffc1ed5f2e
commit
208981c756
1 changed files with 24 additions and 8 deletions
|
|
@ -10,42 +10,58 @@
|
|||
- zip
|
||||
|
||||
- name: Install unrar
|
||||
pacman: name=unrar state=present
|
||||
pacman:
|
||||
name: unrar
|
||||
state: present
|
||||
tags:
|
||||
- unrar
|
||||
|
||||
- name: Install atool
|
||||
pacman: name=atool state=present
|
||||
pacman:
|
||||
name: atool
|
||||
state: present
|
||||
tags:
|
||||
- atool
|
||||
|
||||
- name: Install hashdeep
|
||||
pacman: name=hashdeep state=present
|
||||
pacman:
|
||||
name: hashdeep
|
||||
state: present
|
||||
tags:
|
||||
- hashdeep
|
||||
|
||||
- name: Install par2cmdline
|
||||
pacman: name=par2cmdline state=present
|
||||
pacman:
|
||||
name: par2cmdline
|
||||
state: present
|
||||
tags:
|
||||
- par2
|
||||
|
||||
- name: Install ddrescue
|
||||
pacman: name=ddrescue state=present
|
||||
pacman:
|
||||
name: ddrescue
|
||||
state: present
|
||||
tags:
|
||||
- ddrescue
|
||||
|
||||
- name: Install lesspipe
|
||||
pacman: name=lesspipe state=present
|
||||
pacman:
|
||||
name: lesspipe
|
||||
state: present
|
||||
tags:
|
||||
- lesspipe
|
||||
|
||||
- name: Install geteltorito
|
||||
aur: name=geteltorito user={{ user.name }}
|
||||
aur:
|
||||
name: geteltorito
|
||||
user: "{{ user.name }}"
|
||||
tags:
|
||||
- aur
|
||||
- geteltorito
|
||||
|
||||
- name: Install pigz
|
||||
pacman: name=pigz state=present
|
||||
pacman:
|
||||
name: pigz
|
||||
state: present
|
||||
tags:
|
||||
- pigz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue