--- - name: Disable swap on Raspberries hosts: all roles: - common become: yes gather_facts: no tasks: - name: Disable swap ansible.builtin.shell: sudo swapoff -a - name: Reboot ansible.builtin.reboot: test_command: uptime