Skip to content

Instantly share code, notes, and snippets.

@ahamilton55
Created July 31, 2014 22:20
Show Gist options
  • Save ahamilton55/2d2a207e6c1e477386f9 to your computer and use it in GitHub Desktop.
Save ahamilton55/2d2a207e6c1e477386f9 to your computer and use it in GitHub Desktop.

Revisions

  1. ahamilton55 created this gist Jul 31, 2014.
    9 changes: 9 additions & 0 deletions gistfile1.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    ---
    - name: Test
    hosts: localhost
    connection: local
    vars:
    my_file: '/Users/andrew/blah blah.txt'
    tasks:
    - name: Testing creation
    command: /Users/andrew/blah.sh creates="{{ my_file }}"