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
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"
- name: General | Tests | Services | Create Main Report
@@ -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"