Skip to content

Commit

Permalink
Remove rule disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristianh committed Jan 9, 2025
1 parent c30d2b9 commit 61303a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/shrink_lv/tasks/check_if_shrunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 61303a1

Please sign in to comment.