mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-02-04 08:49:13 +03:00
fix for debian testing / sid
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
rescan_scsi_command: "/sbin/rescan-scsi-bus"
|
rescan_scsi_command: "/sbin/rescan-scsi-bus"
|
||||||
when:
|
when:
|
||||||
- ansible_distribution | replace(' ','') | lower == 'debian'
|
- ansible_distribution | replace(' ','') | lower == 'debian'
|
||||||
|
- ansible_distribution_release not in ('bookworm', 'sid')
|
||||||
- ansible_distribution_major_version is version(10, '<=')
|
- ansible_distribution_major_version is version(10, '<=')
|
||||||
|
|
||||||
- include_tasks: debian.yml
|
- include_tasks: debian.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user