run long shell command on remote servers using ansible

I have a task in which I want to run below command on a shell on remote servers but whenever I run my playbook, it always gives me exception: - name: copy files shell: "machines=(machineA ma...