From a1036116588e7ba16f2e028e9eb7745832df1614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 24 Feb 2020 20:14:35 +0100 Subject: [PATCH] this can be improved later --- tasks/swap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/swap.yml b/tasks/swap.yml index b47d986ec7..b763a691bf 100644 --- a/tasks/swap.yml +++ b/tasks/swap.yml @@ -51,7 +51,7 @@ - name: Mount swap command: "swapon {{ swap_file_path }}" - when: ansible_swaptotal_mb|int < 1 + #when: ansible_swaptotal_mb|int < 1 tags: - swap.file.swapon - swap