Skip to content

Commit f1accda

Browse files
committed
Skip swapfile creation for bootc
Signed-off-by: Brendan Shephard <[email protected]>
1 parent 3fa4be3 commit f1accda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/edpm_bootstrap/tasks/swap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
- name: Configure swap file
1818
when:
19+
- not ansible_local.bootc
1920
- not edpm_bootstrap_swap_partition_enabled|bool
2021
- edpm_bootstrap_swap_size_megabytes|int > 0
2122
become: true

0 commit comments

Comments
 (0)