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"