Skip to content
Snippets Groups Projects
Commit 8ca0699e authored by Lars Beckers's avatar Lars Beckers
Browse files

shell: adapt debian version safeguard for testing

parent b8562af2
Branches
No related tags found
1 merge request!15Bullseye Compatibility
......@@ -63,7 +63,7 @@
- ripgrep
- fd-find
state: present
when: debian_version == "buster"
when: ansible_distribution_major_version|int(default=99) >= 10
tags:
- packages
- shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment