From 8495c555cc9603dae897e7035ac2cc7e3f706fbc Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 23 Jan 2022 21:32:41 +0100 Subject: [PATCH] swap: oops, fix typo --- tasks/swap.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tasks/swap.yml b/tasks/swap.yml index a94a8fd141..5822bc8021 100644 --- a/tasks/swap.yml +++ b/tasks/swap.yml @@ -8,8 +8,9 @@ state: touch - name: On BTRFS we need NoCOW - file: path="{{ swap_file_path }}" - attr: +C + file: + path: "{{ swap_file_path }}" + attr: +C - name: Create swap file command: