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