diff --git a/roles/shrink_lv/tasks/check_if_shrunk.yml b/roles/shrink_lv/tasks/check_if_shrunk.yml index 8d2086f..0737ea7 100644 --- a/roles/shrink_lv/tasks/check_if_shrunk.yml +++ b/roles/shrink_lv/tasks/check_if_shrunk.yml @@ -5,7 +5,6 @@ - name: Assert that the filesystem has shrunk ansible.builtin.assert: - # yamllint disable-line rule:line-length that: (shrink_lv_set_device['size_total'] | int) <= (item['size'] | ansible.builtin.human_to_bytes) fail_msg: > Logical Volume {{ item['device'] }} was NOT shrunk as requested.