Add a few android tools to desktops

This commit is contained in:
Salt 2020-03-16 05:45:41 -05:00
parent f9c190c7b2
commit bb28e696cb

View File

@ -39,8 +39,10 @@
name: "{{ packages }}" name: "{{ packages }}"
vars: vars:
packages: packages:
- adb
- build-essential - build-essential
- earlyoom - earlyoom
- fastboot
- ffmpeg - ffmpeg
- git - git
- network-manager-openvpn - network-manager-openvpn
@ -134,6 +136,7 @@
packages: packages:
- discord - discord
- riot-web - riot-web
- scrcpy # Remote Android viewing
- name: Stop services - name: Stop services
systemd: systemd:
name: "{{ item }}" name: "{{ item }}"