We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a93f9 commit aa3d9e7Copy full SHA for aa3d9e7
roles/edpm_bootstrap/tasks/swap.yml
@@ -16,6 +16,7 @@
16
17
- name: Configure swap file
18
when:
19
+ - not ansible_local.bootc
20
- not edpm_bootstrap_swap_partition_enabled|bool
21
- edpm_bootstrap_swap_size_megabytes|int > 0
22
become: true
0 commit comments