- name: Initialize web servers become: yes hosts: webservers tasks: - name: Execute the command in remote shell; stdout goes to the specified file on the remote shell: | echo $(date) >> sampad.txt