Change spacing of services task.
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
when: ansible_virtualization_type != 'docker'
|
||||
and ansible_service_mgr == "runit"
|
||||
|
||||
|
||||
## SSHD ##
|
||||
|
||||
- name: General | Software | Services | SSHD | Configure
|
||||
@@ -78,7 +77,6 @@
|
||||
retries: 3
|
||||
delay: 3
|
||||
|
||||
|
||||
## JournalCTL ##
|
||||
|
||||
- name: General | Software | Services | JournalCTL | Reduce Log Size
|
||||
@@ -87,7 +85,6 @@
|
||||
and ansible_service_mgr == "systemd"
|
||||
ignore_errors: yes
|
||||
|
||||
|
||||
## Bluetooth ##
|
||||
# Do people seriously depend on Bluetooth? Plug your devices in, silly!
|
||||
# Hehe, I use it now for a few rare things so disabling this for now.
|
||||
@@ -122,8 +119,6 @@
|
||||
# Example of what to do to file:
|
||||
# /etc/localtime -> ../usr/share/zoneinfo/America/Phoenix
|
||||
|
||||
|
||||
|
||||
## Disable ##
|
||||
|
||||
- name: General | Software | Services | Disable
|
||||
|
||||
Reference in New Issue
Block a user