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
|
||||
ansible.posix.mount:
|
||||
src: "{{ swap_path }}"
|
||||
path: swap
|
||||
path: none
|
||||
fstype: swap
|
||||
state: present
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user