mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-26 02:32:59 +01:00
Add bullseye back
This commit is contained in:
@@ -17,13 +17,14 @@
|
|||||||
when:
|
when:
|
||||||
grep_cpuinfo_raspberrypi.rc == 0 or grep_device_tree_model_raspberrypi.rc == 0
|
grep_cpuinfo_raspberrypi.rc == 0 or grep_device_tree_model_raspberrypi.rc == 0
|
||||||
|
|
||||||
- name: Set detected_distribution to Raspbian (ARM64 on Raspbian, Debian Buster or Bookworm)
|
- name: Set detected_distribution to Raspbian (ARM64 on Raspbian, Debian Buster/Bullseye/Bookworm)
|
||||||
set_fact:
|
set_fact:
|
||||||
detected_distribution: Raspbian
|
detected_distribution: Raspbian
|
||||||
vars:
|
vars:
|
||||||
allowed_descriptions:
|
allowed_descriptions:
|
||||||
- "[Rr]aspbian.*"
|
- "[Rr]aspbian.*"
|
||||||
- "Debian.*buster"
|
- "Debian.*buster"
|
||||||
|
- "Debian.*bullseye"
|
||||||
- "Debian.*bookworm"
|
- "Debian.*bookworm"
|
||||||
when:
|
when:
|
||||||
- ansible_facts.architecture is search("aarch64")
|
- ansible_facts.architecture is search("aarch64")
|
||||||
|
|||||||
Reference in New Issue
Block a user