From b1cc1473db992dfff36c848778c7907b06aed644 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 2 Aug 2026 12:46:03 -0700 Subject: [PATCH] android, only worry about adb and fastboot for apt distros. --- tasks/workstation/linux/software/android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/workstation/linux/software/android.yml b/tasks/workstation/linux/software/android.yml index 47a2a79..c459983 100644 --- a/tasks/workstation/linux/software/android.yml +++ b/tasks/workstation/linux/software/android.yml @@ -362,6 +362,7 @@ - adb state: present when: not coding == true + and ansible_pkg_mgr == "apt" - name: Workstation | Linux | Software | Android | System Tools [Remove] package: @@ -370,3 +371,4 @@ - adb state: absent when: coding == true + and ansible_pkg_mgr == "apt"