- 19 Jun, 2014 1 commit
-
-
In check mode if a symlink does not exist there is no need to check the ownership properties (which causes an exception)
trbs committed
-
- 05 Jun, 2014 2 commits
-
-
Fixes #7627 Fixes #7664
James Cammarata committed -
The os.path.isdir() returns True for symlinks that point to directories, so we also need to check to make sure it's not a symlink too. Fixes #7657
James Cammarata committed
-
- 28 May, 2014 1 commit
-
-
Fixes #7515 Fixes #7537
Brian Coca committed
-
- 21 May, 2014 1 commit
-
-
Fixes #7403
James Cammarata committed
-
- 14 May, 2014 2 commits
-
-
When we hard-link a file, and the link path already exists, give the link path in the error message instead of the source
telsacolton committed -
When a symlink fails because the path already exists and force=no, we should output path in the error message instead of source.
telsacolton committed
-
- 02 May, 2014 1 commit
-
-
Also adds an integration test for the above. Fixes #7254
James Cammarata committed
-
- 23 Apr, 2014 2 commits
-
-
now when making multiple dirs in path to make dir, same permissions are assigned (but only for NEW dirs) Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
I came to this example today (line 50), and when I tried it, I got an error: `msg: src and dest are required for creating links` So, I changed **path** to **src** and it worked fine. Looks like the example is wrong, since the docs say "dest" is already an alias for "path", in which case we would have 2 "path" definitions.
Erika Heidi committed
-
- 08 Apr, 2014 1 commit
-
-
James Tanner committed
-
- 03 Apr, 2014 1 commit
-
-
Use common file argument system previously implemented by @sivel for rax modules on the file modules as well (copy/file/template). Application to other cloud providers would make very good sense.
Michael DeHaan committed
-
- 20 Mar, 2014 3 commits
-
-
previous operation.
Steve Smith committed -
else which made it try to link x2
Brian Coca committed -
also updated docs to be a bit clearer on symlink behaviour
Brian Coca committed
-
- 19 Mar, 2014 1 commit
-
-
Brian Coca committed
-
- 16 Mar, 2014 1 commit
-
-
timeit shows a speedup of ~3x on Python 2.7.5 x86_64. It also makes the code a bit shorter.
Cristian Ciupitu committed
-
- 15 Mar, 2014 1 commit
-
-
- unified set attribute functions ... not sure why 2 identical functions exist with diff names, now there are 3 while i repoint all modules to 1 - fixed issue with symlinks being created w/o existing src when force=no - refactored conditionals, simplified where possible - added tests for symlink to nonexistant source, with both force options - made symlink on existing attomic (force)
Brian Coca committed
-
- 06 Mar, 2014 1 commit
-
-
c(dest) -> c(path)
Sven Schliesing committed
-
- 28 Feb, 2014 1 commit
-
-
Michael DeHaan committed
-
- 07 Feb, 2014 2 commits
-
-
Updated the force parameter description; added one example how to create the symlinks pointing to non-absolute paths
Mike Grozak committed -
Found a way how to have symlinks towards files without absolute paths in prefixes; fixed incorrect force setting on the hard links, which can not point to non-existing files
Mike Grozak committed
-
- 06 Feb, 2014 1 commit
-
-
Started the development of the 'chdir' functionality for file module - creation symlinks without the base directory prefix
Mike Grozak committed
-
- 26 Dec, 2013 1 commit
-
-
Maykel Moya committed
-
- 13 Dec, 2013 3 commits
-
-
Jens Rantil committed
-
Jens Rantil committed
-
Added to the file module the functionality to force conversion hard link and symlink when the force attribute is set to 'yes'
Mike Grozak committed
-
- 12 Dec, 2013 1 commit
-
-
drewlll2ll committed
-
- 04 Dec, 2013 1 commit
-
-
This fixes issue #5159.
Jens Rantil committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 18 Nov, 2013 1 commit
-
-
raise errors when omitted, updated changelog with new modules.
Michael DeHaan committed
-
- 12 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 07 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 04 Nov, 2013 2 commits
- 01 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 27 Oct, 2013 1 commit
-
-
This reverts commit 4d4518ed.
Michael DeHaan committed
-
- 22 Oct, 2013 1 commit
-
-
Signed-off-by: Dave Simons <dave@inuits.eu>
Dave Simons committed
-
- 15 Oct, 2013 1 commit
-
-
For this, add internal "original_basename" param to file module, similar to copy module. (Param name is a bit misnormer now, should be treated as "original basepath").
Paul Sokolovsky committed
-