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:
parent
2e677a585a
commit
0f502e5efa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue