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

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
1 changed files with 1 additions and 1 deletions

View File

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