Skip to content

Commit

Permalink
Codename trixie is now in sid docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jul 18, 2023
1 parent d4867d5 commit 2d52c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
- name: Determine repo distribution release
ansible.builtin.set_fact:
repo_distribution_release: >-
{{ 'sid' if 'bookworm' in ansible_distribution_release else ansible_distribution_release }}
{{ 'sid' if 'trixie' in ansible_distribution_release else ansible_distribution_release }}
- name: Setup MariaDB repository sourcelist entry
ansible.builtin.copy:
Expand Down

0 comments on commit 2d52c86

Please sign in to comment.