index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
library
/
file
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow modules to be categorized, and also sort them when generating the docum...
Michael DeHaan
2013-04-28
1
-295
/
+0
*
Improve check mode support in the file module.
Michael DeHaan
2013-04-26
1
-4
/
+14
*
Added 'validate' feature to copy and template modules, now you can add a chec...
Brian Coca
2013-04-06
1
-1
/
+2
*
Fix the documentation booleans so they use "yes" and "no"
Dag Wieers
2013-03-12
1
-1
/
+1
*
file module should check invalid arguments (fixes #2135)
Maykel Moya
2013-03-04
1
-1
/
+0
*
Resolve merge
Michael DeHaan
2013-02-27
1
-1
/
+1
*
Merge branch 'copy-diff-take2' of git://github.com/stoned/ansible into better...
Michael DeHaan
2013-02-27
1
-0
/
+14
|
\
|
*
Implement --diff for the copy module.
Stoned Elipot
2013-02-25
1
-1
/
+15
*
|
Remove choices=BOOLEANS as it is no longer needed
Daniel Hokka Zakrisson
2013-02-23
1
-1
/
+1
*
|
Use argument type checking to convert to boolean
Daniel Hokka Zakrisson
2013-02-23
1
-2
/
+2
|
/
*
Recurse was added in 1.1
Daniel Hokka Zakrisson
2013-02-17
1
-0
/
+1
*
Merge recursive file permission setting on directories
shlomozippel
2013-02-09
1
-1
/
+20
*
This implements a basic --check mode which for now is only implemented on tem...
Michael DeHaan
2013-02-04
1
-1
/
+2
*
Fix behaviour when file handles a path with tilde
willthames
2013-01-07
1
-1
/
+1
*
module_formatter: re-instate code
Jan-Piet Mens
2012-11-22
1
-1
/
+1
*
DOCUMENTATION strings
Jan-Piet Mens
2012-11-21
1
-4
/
+4
*
chmod -x for all module files in source checkout
Michael DeHaan
2012-11-19
1
-0
/
+0
*
Reformat code: examples consistently
Jan-Piet Mens
2012-10-23
1
-2
/
+2
*
Various performance streamlining and making the file features usable in all m...
Michael DeHaan
2012-10-21
1
-241
/
+28
*
symlink fix
Jonathan Palley
2012-10-18
1
-1
/
+1
*
"force=" code under the file module is problematic, remove it
Michael DeHaan
2012-10-17
1
-26
/
+1
*
Use 'path' in file documentation, though src/dest work, it's less intuitive.
Michael DeHaan
2012-10-13
1
-1
/
+1
*
implement lookup plugins for arbitrary enumeration over arbitrary things. S...
Michael DeHaan
2012-10-13
1
-2
/
+10
*
Added documentation on file force parameter
Michael DeHaan
2012-10-04
1
-0
/
+6
*
various small doc tweaks
Michael DeHaan
2012-10-03
1
-1
/
+0
*
Jumbo DOCUMENTATION patch
Jan-Piet Mens
2012-10-01
1
-2
/
+65
*
Various tweaking to get the module formatter to work for 'make docs' in the d...
Michael DeHaan
2012-09-28
1
-15
/
+15
*
Tweak DOCUMENTATION YAML as per latest 991
Jan-Piet Mens
2012-09-19
1
-0
/
+33
*
Squashed commit of the following:
Aleksej Romanov
2012-09-19
1
-2
/
+22
*
Handle special files just like normal files
Dag Wieƫrs
2012-08-21
1
-6
/
+6
*
Fix indentation
Michael DeHaan
2012-08-12
1
-1
/
+1
*
Make pep8 tests run against the library directory as well, and associated twe...
Michael DeHaan
2012-08-11
1
-59
/
+54
*
Merge pull request #838 from sfromm/issue825
Michael DeHaan
2012-08-11
1
-4
/
+14
|
\
|
*
Update file module to not recurse when setting ownership
Stephen Fromm
2012-08-10
1
-4
/
+14
*
|
Relative symlinks don't really work (module bug) and would be confusing anywa...
Michael DeHaan
2012-08-10
1
-1
/
+1
|
/
*
whitespace + remove deprecated YAML parser (migration script lives in example...
Michael DeHaan
2012-08-07
1
-9
/
+9
*
Add encoding lines to python modules such that they can take unicode options ...
Michael DeHaan
2012-08-03
1
-0
/
+1
*
Add setype to file's argument_spec and remove secontext
Stephen Fromm
2012-08-02
1
-1
/
+1
*
Fix module_fail_json call when symlink src does not exist
Stephen Fromm
2012-08-02
1
-1
/
+1
*
reinstate invalid argument checks where possible, daisy chainee/chained modul...
Michael DeHaan
2012-08-02
1
-8
/
+2
*
Module consistency and make daisy chaining work with invalid arguments detect...
Michael DeHaan
2012-08-01
1
-6
/
+9
*
Port the file module over to the new common code infrastructure + cleanup som...
Michael DeHaan
2012-07-31
1
-146
/
+142
*
Fix file module to support = in args; remove superflous call in get_url
Jan-Piet Mens
2012-07-24
1
-1
/
+1
*
Removed unused recurse option in file module.
Jeremy Smitherman
2012-07-12
1
-3
/
+0
*
remove UID/GID from output
Derek Carter
2012-07-01
1
-2
/
+2
*
removed print from debug code of file module
Derek Carter
2012-06-30
1
-2
/
+0
*
file when UID or GID doesn't exist
Derek Carter
2012-06-30
1
-2
/
+10
*
Remove unused md5sum function from file module
Fred Alger
2012-06-15
1
-3
/
+0
*
capture possible chown stderr output
Michael DeHaan
2012-06-01
1
-1
/
+1
*
Fix parsing error in file module when returning errors.
Michael DeHaan
2012-06-01
1
-1
/
+1
[next]