Created
July 31, 2014 22:20
-
-
Save ahamilton55/2d2a207e6c1e477386f9 to your computer and use it in GitHub Desktop.
Revisions
-
ahamilton55 created this gist
Jul 31, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 }}"