From 358b3c513004225042b7c4d0aa0bfb85758dfdf5 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 23 Jan 2022 22:58:00 +0100 Subject: [PATCH] swap: fix file creation to be idempotent --- tasks/swap.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/swap.yml b/tasks/swap.yml index 6a235ba5e8..ccc09f7d0b 100644 --- a/tasks/swap.yml +++ b/tasks/swap.yml @@ -5,7 +5,6 @@ - name: Touch an empty file that we will use for swap file: path: "{{ swap_file_path }}" - state: touch register: swap_touch - name: On BTRFS we need NoCOW