Merge pull request #233 from cocoy/devel

Bugfix for issue #229
pull/235/head
Michael DeHaan 13 years ago
commit 283b897a1f

@ -295,7 +295,7 @@ except:
(k,v) = opt.split("=") (k,v) = opt.split("=")
setup_options[k]=v setup_options[k]=v
ansible_file = setup_options.get('metadata', DEFAULT_ANSIBLE_SETUP) ansible_file = os.path.expandvars(setup_options.get('metadata', DEFAULT_ANSIBLE_SETUP))
ansible_dir = os.path.dirname(ansible_file) ansible_dir = os.path.dirname(ansible_file)
# create the config dir if it doesn't exist # create the config dir if it doesn't exist

Loading…
Cancel
Save