reformat yaml

This commit is contained in:
Pig Monkey 2021-03-12 13:20:00 -08:00
parent ffc1ed5f2e
commit 208981c756

View file

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