community.general/lib/ansible/modules/files
Matthew Gilliard 17a40aa259 Handle race condition in directory creation.
If we try to make a directory, but someone else creates the directory
at the same time as us, we don't need to raise that error to the user.
They asked for the directory to exist, and now it does. This fixes
the race condition which was causing that error to be raised, and
closes #1648.
2016-12-08 11:23:16 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
acl.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
assemble.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
copy.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
fetch.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
file.py Handle race condition in directory creation. 2016-12-08 11:23:16 -05:00
find.py Add the ability to grep for content 2016-12-08 11:23:09 -05:00
ini_file.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
lineinfile.py Do not insert extra newline if line already contains it 2016-12-08 11:23:13 -05:00
replace.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
stat.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00
synchronize.py Update version_added to 2.0 for the partial option 2016-12-08 11:23:12 -05:00
template.py Add "force" description 2016-12-08 11:23:15 -05:00
unarchive.py unarchive: fix @bcoca's remarks, issue #1575 2016-12-08 11:23:16 -05:00
xattr.py Proper author info for all remaining modules 2016-12-08 11:23:07 -05:00