fix for debian testing / sid

This commit is contained in:
Mariusz Sielicki 2022-05-27 18:23:17 +02:00
parent 376f2ce641
commit e9ff7e3faf
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
rescan_scsi_command: "/sbin/rescan-scsi-bus"
when:
- ansible_distribution | replace(' ','') | lower == 'debian'
- ansible_distribution_release not in ('bookworm', 'sid')
- ansible_distribution_major_version is version(10, '<=')
- include_tasks: debian.yml