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: