Skip to content

Instantly share code, notes, and snippets.

@Faheetah
Last active August 24, 2016 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Faheetah/6f10addc6c8102e4037b976655b1bdee to your computer and use it in GitHub Desktop.
Save Faheetah/6f10addc6c8102e4037b976655b1bdee to your computer and use it in GitHub Desktop.
Poor man's audiobook
- hosts: localhost
tasks:
- uri:
url: http://www.textfiles.com/etext/AUTHORS/SHAKESPEARE/shakespeare-macbeth-46.txt
return_content: true
register: blah
- osx_say:
msg: "{{ blah.content|replace('\n', ' ')|replace('\t',' ') }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment