1 2 3 4 5 6 7
--- - name: "Start bluetooth" become: true ansible.builtin.systemd_service: name: "bluetooth" enabled: "true" state: "started"