ansible/lib/ansible/modules/files
Dag Wieers 2f90091f0a Add an important example for SSHd
Sudoers is a great example to show how you can prevent shutting yourself
out. But SSHd is at least as important to avoid syntax errors causing a
lot of grieve. So I think it deserves a spot in this list :-)
2016-12-15 20:42:51 -05:00
..
__init__.py
acl.py
archive.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
assemble.py
blockinfile.py minor spelling changes 2016-12-13 13:51:13 -05:00
copy.py
fetch.py
file.py Fix differences with devel. 2016-12-08 11:35:21 -05:00
find.py
ini_file.py
lineinfile.py Fix differences with devel. 2016-12-08 11:35:21 -05:00
patch.py minor spelling changes 2016-12-13 13:51:13 -05:00
replace.py Handle byte/string conversion on read/write with text module_utils (#19188) 2016-12-11 09:00:01 +01:00
stat.py
synchronize.py
tempfile.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
template.py Add an important example for SSHd 2016-12-15 20:42:51 -05:00
unarchive.py Remove unused quotes - files/unarchive.py (#19155) 2016-12-10 09:27:35 -05:00
xattr.py