I\'m trying to disable swap mount through ansible which it worked using
- name: Disable swap for current session command: swapoff -a become: true - name: Dis