Skip to content

Commit

Permalink
fix debian 12 test
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Nov 14, 2024
1 parent 6ff7193 commit eec3ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: debian 12 requires bullseye aka oldstable
when:
- ansible_distribution.lower() == "debian"
- ansible_distribution_major_version == 12
- ansible_distribution_major_version | int == 12
block:

- name: add bullseye repo
Expand Down

0 comments on commit eec3ff0

Please sign in to comment.