Skip to content

Instantly share code, notes, and snippets.

@darkone23
Created February 26, 2014 02:43
Show Gist options
  • Save darkone23/9222536 to your computer and use it in GitHub Desktop.
Save darkone23/9222536 to your computer and use it in GitHub Desktop.
- hosts: all
tasks:
- file: dest="~/foo/bar" content="baz"
# usage: ansible-playbook test.yaml -i localhost, -c local
# says ok, but
# cat ~/foo/bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment