Brian Coca
|
d6305bc938
|
fixed file module to use realpath when following links, readlink could be relative and fail in corner cases as per #852
|
2016-12-08 11:22:45 -05:00 |
Toshio Kuratomi
|
af6c625cc2
|
When recursing subdirectories, honor the follow parameter for setting file attributes.
One half of the fix for
https://github.com/ansible/ansible-modules-core/issues/778
The other half is in basic.py
|
2016-12-08 11:22:42 -05:00 |
Rahul Mehrotra
|
fe08f52d92
|
Fixed Documentation issue concerning file mode when specified using numberical value
|
2016-12-08 11:22:42 -05:00 |
Brian Coca
|
a3de4db57d
|
fix for allowing permissions on hard links and soft links + follow=yes
|
2016-12-08 11:22:37 -05:00 |
Brian Coca
|
9eb77bdb4f
|
fix for when state=directory, follow=yes and target is symlink to directory
|
2016-12-08 11:22:37 -05:00 |
Jesse Buchanan
|
06a58dcad7
|
Files module: Allow touch on hardlinks
|
2016-12-08 11:22:36 -05:00 |
sysadmin75
|
7fbb422ae7
|
Fixes #9518 - "file state=directory" silently skips if it's currently a file
|
2016-12-08 11:22:33 -05:00 |
Toshio Kuratomi
|
f7fafa8c16
|
Cannot readlink() on a hard link
|
2016-12-08 11:22:27 -05:00 |
Toshio Kuratomi
|
bcc058249c
|
Use original_basename to set the dest path even if src is not set
|
2016-12-08 11:22:24 -05:00 |
Michael DeHaan
|
213e518165
|
file extensions!
|
2016-12-08 11:22:22 -05:00 |