Skip to content

Instantly share code, notes, and snippets.

@ahamilton55
Created July 31, 2014 22:20
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 ahamilton55/2d2a207e6c1e477386f9 to your computer and use it in GitHub Desktop.
Save ahamilton55/2d2a207e6c1e477386f9 to your computer and use it in GitHub Desktop.
Working creates with spaces
---
- 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