android, only worry about adb and fastboot for apt distros.

This commit is contained in:
2026-08-02 12:46:03 -07:00
parent d0580925ac
commit b1cc1473db
@@ -362,6 +362,7 @@
- adb - adb
state: present state: present
when: not coding == true when: not coding == true
and ansible_pkg_mgr == "apt"
- name: Workstation | Linux | Software | Android | System Tools [Remove] - name: Workstation | Linux | Software | Android | System Tools [Remove]
package: package:
@@ -370,3 +371,4 @@
- adb - adb
state: absent state: absent
when: coding == true when: coding == true
and ansible_pkg_mgr == "apt"