mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2026-09-15 08:33:20 +02:00
Merge 5de918f9ad into e2e9881f0f
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
name: Test
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch: {}
|
||||
jobs:
|
||||
molecule:
|
||||
name: Molecule
|
||||
|
||||
@@ -33,6 +33,14 @@
|
||||
- raspberry_pi|default(false)
|
||||
- ansible_facts.lsb.description|default("") is match("Debian.*buster")
|
||||
|
||||
- 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