dotfiles/tasks/torchbox.yml
Jake Howard 26e084fc77
Replace DabApps things with Torchbox
Also migrate to using host variables rather than a magic list
2021-03-10 10:53:01 +00:00

21 lines
326 B
YAML

- name: Install Torchbox packages
aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- aws-cli
- fabric
- heroku-cli
- python-aws-mfa
- vagrant
- name: Install Zoom
aur:
name: "{{ item }}"
become: true
become_user: aur_builder
loop:
- zoom
- zoom-firejail