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
Toshio Kuratomi 4912ec30a7 Fixes for lineinfile (#4553)
Lineinfile deals heavily with Unic text files.  Makes some sense to deal
with it all as byte strings.  So there is a lot of work done here to
show that we're dealing with byte strings throughout.
8 years ago
..
__init__.py
acl.py Add acl freebsd (#3656) 8 years ago
assemble.py
copy.py
fetch.py
file.py
find.py
ini_file.py
lineinfile.py Fixes for lineinfile (#4553) 8 years ago
replace.py
stat.py
synchronize.py
template.py
unarchive.py Fix multiple issues with unzip and gtar support (#4131) 8 years ago
xattr.py