10 Commits

Author SHA1 Message Date
Spirit-act ff13947aaf fix: use explicit boolean check for Ansible 2.19+ compatibility
Fixes implicit truthy conditional that fails in Ansible 2.19+.

Changes `when: scsi_devices['stdout'] | length` to `when: scsi_devices['stdout'] | length > 0` to return an explicit boolean value instead of an integer.

Closes #146 (duplicate PR)
2025-11-01 15:55:35 -04:00
Larry Smith Jr d27a3809d9 Fixed linting issues 2023-06-15 08:52:28 -04:00
Samuel Mutel 6e74c9714e enh: Add variable rescan_scsi_command 2022-04-11 13:49:46 +02:00
Larry Smith Jr ec0737d26b Cleaned up distro specific tasks
- Cleaned up conditions, etc.
2020-04-27 13:47:40 -04:00
Charlie Mordant 2f63eab727 code smells 2020-04-17 12:56:31 +02:00
Charlie Mordant ea9109220b molecule test and idempotence 2020-04-15 14:33:41 +02:00
Tony Peña b15ecea51d Update debian.yml
Since ansible 2.8.0 must be change way using dict
2019-06-26 14:56:13 +02:00
Larry Smith Jr 9f4afa7afb Fixing Travis testing and yamllint issues 2018-12-05 08:00:13 -05:00
Larry Smith Jr 386cc28bdb Addresses issue #10
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com>
2017-06-11 14:57:53 -04:00
Larry Smith Jr d1d99b2f17 first commit 2015-11-02 21:23:03 -05:00