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
|
state: touch
|
||||||
|
|
||||||
- name: On BTRFS we need NoCOW
|
- name: On BTRFS we need NoCOW
|
||||||
file: path="{{ swap_file_path }}"
|
file:
|
||||||
attr: +C
|
path: "{{ swap_file_path }}"
|
||||||
|
attr: +C
|
||||||
|
|
||||||
- name: Create swap file
|
- name: Create swap file
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue