Compare commits
2 Commits
5732c36d1d
...
b1cc1473db
| Author | SHA1 | Date | |
|---|---|---|---|
| b1cc1473db | |||
| d0580925ac |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user