Created
July 31, 2014 22:20
-
-
Save ahamilton55/2d2a207e6c1e477386f9 to your computer and use it in GitHub Desktop.
Working creates with spaces
This file contains 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 characters
--- | |
- 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 }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment