ansible wget, em seguida, scripts exec => get_url equivalente

Eu sempre me pergunto qual é a boa maneira de substituir o seguinteshell tarefas usando o "caminho ansível" (comget_urletc.):

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

ou

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

questionAnswers(6)

yourAnswerToTheQuestion