Compare commits

...

2 Commits

2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
- name: General | Tests | Services | Set Facts | runit - name: General | Tests | Services | Set Facts | runit
set_fact: set_fact:
services_command: 'for s in /var/service/*; do sv status "$s"; done' services_command: 'for s in {{ runit_service_dir }}/*; do sv status "$s"; done'
when: ansible_service_mgr == "runit" when: ansible_service_mgr == "runit"
- name: General | Tests | Services | Create Main Report - name: General | Tests | Services | Create Main Report
@@ -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"