--- - hosts: all become: true tasks: - name: echo command: "echo 'Hello World'" - name: uptime command: "uptime"