ansible wget luego exec scripts => get_url equivalente

Siempre me pregunto cuál es la buena manera de reemplazar lo siguienteshell tareas utilizando la "forma ansible" (conget_url, etc.):

- name: Install oh-my-zsh
  shell: wget -qO - https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | bash -

o

- name: Install nodesource repo
  shell: curl -sL https://deb.nodesource.com/setup_5.x | bash -