mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
sysd-netd-debian.yml: Clean comment spacing
This commit is contained in:
parent
6f397c63a9
commit
bbef784d80
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# sysd-netd-debian.yml
|
||||
- name: Install networkd-dispatcher
|
||||
package:
|
||||
name: networkd-dispatcher # 15kB download: Dispatcher service for systemd-networkd connection status changes
|
||||
name: networkd-dispatcher # 15kB download: Dispatcher service for systemd-networkd connection status changes
|
||||
|
||||
# 2023-10-14 #3657, #3658, #3659: New RasPiOS 12/Bookworm issue.
|
||||
# FWIW Ubuntu >= 22.10 offers 'systemd-resolved' as a distinct apt package.
|
||||
|
@ -10,7 +10,7 @@
|
|||
# https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.en.html#systemd-resolved
|
||||
- name: Install systemd-resolved (or intentionally show red error then continue, if apt package not available)
|
||||
package:
|
||||
name: systemd-resolved # 278kB download: For RasPiOS 12/Bookworm
|
||||
name: systemd-resolved # 278kB download: For RasPiOS 12/Bookworm
|
||||
ignore_errors: yes
|
||||
#shell: apt -y install systemd-resolved || true
|
||||
#when: is_raspbian and os_ver is version('raspbian-12', '>=')
|
||||
|
|
Loading…
Reference in a new issue