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 53e2497 commit d233f95Copy full SHA for d233f95
tests/integration/targets/mount/tasks/swapfile_linux.yml
@@ -36,9 +36,7 @@
36
- name: Assert that swapfile is not already set
37
assert:
38
that:
39
- - swap_relevant_line | length == 0
40
- vars:
41
- swap_relevant_line: swap_info_0.stdout_lines | select('match', swapfile) | list | join
+ - swap_info_0.stdout | length == 0
42
43
44
- name: Enable swap file with priority 1234
0 commit comments