ansible/files
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>
2014-08-21 15:31:06 -05:00
..
acl Issue 8502: Fixed bug where failed when permissions weren't specified. 2014-08-09 12:02:24 -05:00
assemble Escape backslash in assemble module docs 2014-06-11 04:38:57 +11:00
copy Update docs for copy directory_mode param per #8572 2014-08-12 12:19:13 -05:00
fetch There's a cleaner way to do this, commit to module formatter pending. 2013-11-27 21:23:03 -05:00
file File module cannot create relative paths 2014-08-21 15:31:06 -05:00
ini_file if python >=2.7 use the option allow_no_value=True for ini_file. 2014-08-05 10:56:20 -04:00
lineinfile Make sure we only use unquote on quoted lines in lineinfile when needed 2014-08-11 11:23:52 -05:00
replace Merge branch 'devel' of https://github.com/jjshoe/ansible into jjshoe-devel 2014-05-09 00:31:39 -05:00
stat now stat skips md5 if file isn't readable 2014-03-11 22:50:05 -04:00
synchronize Slight typo fix. 2014-07-15 18:08:11 -04:00
template Some stray doc tweaks with file modules. 2014-08-05 20:45:16 -04:00
unarchive Fix documentation builds. 2014-08-08 15:12:10 -04:00
xattr multiple spelling error changes 2014-04-29 10:41:05 -04:00