mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-09-16 17:13:19 +02:00
Compare commits
8 Commits
master
...
e008b68193
| Author | SHA1 | Date | |
|---|---|---|---|
| e008b68193 | |||
| 9ab33e0818 | |||
| 67ec385702 | |||
| 608c90d053 | |||
| 735a5fdc8a | |||
| 5de918f9ad | |||
| 586434b80d | |||
| 1e25cce032 |
@@ -31,6 +31,14 @@
|
||||
- raspberry_pi|default(false)
|
||||
- ansible_facts.lsb.description|default("") is match(allowed_descriptions | join('|'))
|
||||
|
||||
- name: Set detected_distribution to Raspbian (ARM64 on Debian Bookworm)
|
||||
set_fact:
|
||||
detected_distribution: Raspbian
|
||||
when:
|
||||
- ansible_facts.architecture is search("aarch64")
|
||||
- raspberry_pi|default(false)
|
||||
- ansible_facts.lsb.description|default("") is match("Debian.*bookworm")
|
||||
|
||||
- name: Set detected_distribution_major_version
|
||||
set_fact:
|
||||
detected_distribution_major_version: "{{ ansible_facts.lsb.major_release }}"
|
||||
|
||||
Reference in New Issue
Block a user