Add some more DabApps-specific packages
This commit is contained in:
parent
bb1c95e0b5
commit
9a327fdf65
1 changed files with 4 additions and 1 deletions
|
@ -6,8 +6,11 @@
|
||||||
become_user: aur_builder
|
become_user: aur_builder
|
||||||
when: "item not in installed_packages.stdout_lines"
|
when: "item not in installed_packages.stdout_lines"
|
||||||
with_items:
|
with_items:
|
||||||
- 'redis'
|
- 'aws-cli'
|
||||||
|
- 'heroku-cli'
|
||||||
- 'ngrok'
|
- 'ngrok'
|
||||||
|
- 'python-aws-mfa'
|
||||||
|
- 'redis'
|
||||||
|
|
||||||
|
|
||||||
- name: "Enable redis"
|
- name: "Enable redis"
|
||||||
|
|
Loading…
Reference in a new issue