You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/files
Matthew Gilliard 910728f6c3 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.
10 years ago
..
__init__.py
acl.py
assemble.py
copy.py
fetch.py
file.py Handle race condition in directory creation. 10 years ago
find.py
ini_file.py
lineinfile.py Merge pull request #839 from gimoh/patch-1 10 years ago
replace.py
stat.py
synchronize.py Update version_added to 2.0 for the partial option 10 years ago
template.py Add "force" description 10 years ago
unarchive.py Bump amount of file to download in a chunk to 64k. 10 years ago
xattr.py