fix: use none path as as recommended in fstab manpage
This commit is contained in:
parent
296b0adf8e
commit
3d80f545d0
@ -29,7 +29,7 @@
|
|||||||
- name: Mount swap file
|
- name: Mount swap file
|
||||||
ansible.posix.mount:
|
ansible.posix.mount:
|
||||||
src: "{{ swap_path }}"
|
src: "{{ swap_path }}"
|
||||||
path: swap
|
path: none
|
||||||
fstype: swap
|
fstype: swap
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user