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