1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Conditional typos fixed: is_raspbian, raspbian-12

This commit is contained in:
A Holt 2023-10-11 21:49:39 -04:00 committed by GitHub
parent 2e677a585a
commit 0f502e5efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@
- name: Install systemd-resolved if RasPiOS 12+ (package does not exist on Ubuntu! and is seemingly unneeded on pure Debian 12?)
package:
name: systemd-resolved # 278kB download: For RasPiOS Bookworm (#3657)
when: is_raspios and os_ver is version('raspios-12', '>=')
when: is_raspbian and os_ver is version('raspbian-12', '>=')
# 2021-08-17: Debian ignores this, according to 2013 post:
# https://serverfault.com/questions/511099/debian-ignores-etc-network-if-pre-up-d-iptables