Bookworm is not GA
Bookworm is not GA yet but MDBF provides sid packages and can be used to test bookworm/sid containers.
This commit is contained in:
parent
9ab2a3bb24
commit
e25e32b384
|
|
@ -42,7 +42,7 @@
|
|||
- name: Determine repo distribution release
|
||||
ansible.builtin.set_fact:
|
||||
repo_distribution_release: >-
|
||||
{{ 'sid' if 'n/a' in ansible_distribution_version else ansible_distribution_release }}
|
||||
{{ 'sid' if 'bookworm' in ansible_distribution_release else ansible_distribution_release }}
|
||||
|
||||
- name: Setup MariaDB repository sourcelist entry
|
||||
ansible.builtin.copy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue