You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Major Hayden 97d6807ec5 File module cannot create relative paths
When trying to create a directory relative to the current working
directory, a directory is created at the root of the filesystem
instead.  This patch ensures that directories specified with relative
paths will be created in the current working directory.  Fully
qualified paths aren't affected

Signed-off-by: Major Hayden <major@mhtx.net>
10 years ago
cloud Make env param a dict type instead of list 10 years ago
commands Merge branch 'spelling' of git://github.com/cgar/ansible into devel 10 years ago
database Merge pull request #8419 from georgeOsdDev/escape_underscore_in_database_name 10 years ago
files File module cannot create relative paths 10 years ago
internal
inventory
messaging
monitoring Updating version_added. 10 years ago
net_infrastructure Merge branch 'spelling' of git://github.com/cgar/ansible into devel 10 years ago
network
notification Bumping version_added for use_ssl param in irc module 10 years ago
packaging fixes #8626 by reverting 0d8b81cd 10 years ago
source_control
system Fix documentation builds. 10 years ago
utilities Need to check e.errno instead of os.errno. Fixes #8548 10 years ago
web_infrastructure Merge branch '7736' of https://github.com/kcghost/ansible into kcghost-7736 10 years ago
windows