Skip to content

Commit ab57c0e

Browse files
authored
ansible: enable swapfile creation for Ubuntu 24.04 (#4151)
Refs: #4144
1 parent ee35d55 commit ab57c0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
3+
#
4+
# Ubuntu 24.04
5+
#
6+
7+
- name: set up swap on Linux
8+
include_tasks: linux-swap.yml
9+
when: swap_file_size_mb is defined

0 commit comments

Comments
 (0)