Change spacing of services task.

This commit is contained in:
2026-07-30 10:51:23 -07:00
parent b41a381385
commit f756182d12
-5
View File
@@ -24,7 +24,6 @@
when: ansible_virtualization_type != 'docker' when: ansible_virtualization_type != 'docker'
and ansible_service_mgr == "runit" and ansible_service_mgr == "runit"
## SSHD ## ## SSHD ##
- name: General | Software | Services | SSHD | Configure - name: General | Software | Services | SSHD | Configure
@@ -78,7 +77,6 @@
retries: 3 retries: 3
delay: 3 delay: 3
## JournalCTL ## ## JournalCTL ##
- name: General | Software | Services | JournalCTL | Reduce Log Size - name: General | Software | Services | JournalCTL | Reduce Log Size
@@ -87,7 +85,6 @@
and ansible_service_mgr == "systemd" and ansible_service_mgr == "systemd"
ignore_errors: yes ignore_errors: yes
## Bluetooth ## ## Bluetooth ##
# Do people seriously depend on Bluetooth? Plug your devices in, silly! # 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. # 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: # Example of what to do to file:
# /etc/localtime -> ../usr/share/zoneinfo/America/Phoenix # /etc/localtime -> ../usr/share/zoneinfo/America/Phoenix
## Disable ## ## Disable ##
- name: General | Software | Services | Disable - name: General | Software | Services | Disable