swap: oops, fix typo
This commit is contained in:
parent
415731c1ac
commit
8495c555cc
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue