Skip to content

Commit

Permalink
PR #35 fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 25, 2024
1 parent 6b1a9eb commit f5f8343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/check-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@

- name: Set default value for existing swap file size when it doesn't exist
set_fact:
swap_file_existing_size_mb: 0
swap_file_existing_size_mb: "{{ swap_file_size_mb }}"
when: not swap_file_check.stat.exists

0 comments on commit f5f8343

Please sign in to comment.