diff --git a/tasks/main.yml b/tasks/main.yml index 014ad13..ec39a92 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -29,7 +29,7 @@ - name: Mount swap file ansible.posix.mount: src: "{{ swap_path }}" - path: swap + path: none fstype: swap state: present