I always wonder what is the good way to replace the following shell tasks using the \"ansible way\" (with get_url, etc.):
shell
get_url
- name: I
For me, the following statement worked:
- name: "Execute Script" shell: curl -sL https://rpm.nodesource.com/setup_6.x | bash -