android, only worry about adb and fastboot for apt distros.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user