fix: use none path as as recommended in fstab manpage
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-04-16 08:54:56 +02:00
parent 296b0adf8e
commit 3d80f545d0
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -29,7 +29,7 @@
- name: Mount swap file
ansible.posix.mount:
src: "{{ swap_path }}"
path: swap
path: none
fstype: swap
state: present