- 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
-
- 27 May, 2014 1 commit
-
-
The etype parameter just had a copy of the default parameter documentation. Changed it to reflect what it really is for.
Kit Westneat committed
-
- 24 May, 2014 1 commit
-
-
directory
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
-
- 01 May, 2014 1 commit
-
-
- reverse the order of new_directory_list returned from split_pre_existing_dir in copy module
someda committed
-
- 29 Apr, 2014 1 commit
-
-
Fixes #7182
James Cammarata committed
-
- 28 Apr, 2014 1 commit
-
-
The current 10-second default timeout for rsync seems to be behind issue #6809. As a workaround for the underlying issue in rsync when different versions are used on the source and destination sides, don't include the timeout option unless the user specifies a timeout > 0.
Skyler Leigh Amador committed
-
- 27 Apr, 2014 2 commits
-
-
Joel Schuweiler committed
-
jjshoe 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
-
- 16 Apr, 2014 2 commits
-
-
Michael Heca committed
-
Fixes #6927
James Cammarata committed
-
- 11 Apr, 2014 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 10 Apr, 2014 1 commit
-
-
James Tanner committed
-
- 08 Apr, 2014 1 commit
-
-
James Tanner committed
-
- 07 Apr, 2014 1 commit
-
-
This reverts commit 2bfaacd1. Fixes #6821
James Cammarata committed
-
- 03 Apr, 2014 3 commits
-
-
This builds on GH-6359 and changes the logic so that a newline is only inserted between fragments if the previous fragment does not end with a newline.
Richard C Isaacson committed -
Peter Gehres committed
-
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
-
- 29 Mar, 2014 1 commit
-
-
cgtx committed
-
- 28 Mar, 2014 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Andrea.Mandolo committed
-
Andrea.Mandolo committed
-
Andrea.Mandolo committed
-
- 27 Mar, 2014 1 commit
-
-
Allow you to pass in arbitrary rsync options. I also added help for it, and what version it was added in.
jjshoe committed
-
- 26 Mar, 2014 2 commits
-
-
Jeff Geerling committed
-
failed: [192.168.1.2] => {"cmd": "rsync --delay-updates -FF --compress --timeout=10 --delete-after --rsh 'ssh -i /home/jjshoe/.vagrant.d/insecure_private_key -o StrictHostKeyChecking=no' --rsync-path 'sudo rsync' --out-format='<<CHANGED>>%i %n%L' /tmp/app vagrant@192.168.1.2:/home/ubuntu/app", "failed": true, "item": "", "rc": 1} msg: rsync: --delete does not work without --recursive (-r) or --dirs (-d). rsync error: syntax or usage error (code 1) at main.c(1453) [client=3.0.9]
jjshoe committed
-
- 25 Mar, 2014 1 commit
-
-
James Cammarata committed
-
- 24 Mar, 2014 1 commit
-
-
passed via this paramter is not passed via shell and so all shell features will not work.
Robert Wehner committed
-
- 20 Mar, 2014 3 commits
-
-
This allows usage of custom ssh configs for remote hosts where the inventory user does not match the configured user.
James Tanner committed -
previous operation.
Steve Smith committed -
else which made it try to link x2
Brian Coca committed
-