ansible/library
Dag Wieers 2fdb217be3 Documentation of svr4pkg module breaks 'make rpm'
Without this fix, generating documentation results in:

```
Traceback (most recent call last):
  File "hacking/module_formatter.py", line 376, in <module>
    main()
  File "hacking/module_formatter.py", line 365, in main
    text = template.render(doc)
  File "/usr/lib64/python2.6/site-packages/jinja2/environment.py", line 669, in render
    return self.environment.handle_exception(exc_info, True)
  File "hacking/templates/man.j2", line 20, in top-level template code
    {% for desc in v.description %}@{ desc | jpfunc }@{% endfor %}
  File "hacking/module_formatter.py", line 94, in man_ify
    t = _ITALIC.sub(r'\\fI' + r"\1" + r"\\fR", text)
TypeError: expected string or buffer
```
2012-11-09 02:22:20 +01:00
..
apt Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
apt_repository Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
assemble Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
async_status Various performance streamlining and making the file features usable in all modules without daisy chaining. 2012-10-20 22:55:09 -04:00
async_wrapper whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 2012-08-06 20:07:02 -04:00
authorized_key Wrap getpwnam in try/except in authorized_key module 2012-11-07 16:43:09 -08:00
command Add an "executable" option to the command and shell modules 2012-11-08 13:56:16 +00:00
copy When atomically replacing files, copy attributes 2012-10-25 21:40:05 -04:00
cron pep8 fixes 2012-10-30 20:42:07 -04:00
debug Turn 'fail' and 'debug' modules into action_plugins 2012-11-07 23:34:53 +01:00
easy_install Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
facter Module documentation should have options sorted 2012-11-03 18:52:59 -04:00
fail Turn 'fail' and 'debug' modules into action_plugins 2012-11-07 23:34:53 +01:00
fetch Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
file Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
fireball Keep fireball from spreading its socket around 2012-11-06 15:10:34 +01:00
get_url Don't require thirsty mode for directory destination 2012-11-07 14:16:48 +01:00
git Rewrite switch_version() to detect branch 2012-11-07 16:33:22 -08:00
group Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
group_by Add a group_by action plugin. 2012-10-29 13:10:23 +01:00
ini_file Merge branch 'playbook_ssh_ask_pass' of git://github.com/clatour/ansible into devel 2012-11-03 19:23:38 -04:00
lineinfile fix case in which file is created and backup is requested but fails, not it just doesn't attempt to backup the missing file 2012-11-07 10:33:43 -05:00
mail typo 2012-10-16 14:40:35 +02:00
mount mount: update example with mandatory option 2012-10-23 15:49:47 +02:00
mysql_db Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
mysql_user pep8 fixes 2012-10-30 20:42:07 -04:00
nagios Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
ohai Module documentation should have options sorted 2012-11-03 18:52:59 -04:00
pause Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
ping Module documentation should have options sorted 2012-11-03 18:52:59 -04:00
pip Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
postgresql_db pep8 fixes 2012-10-30 20:42:07 -04:00
postgresql_user pep8 fixes 2012-10-30 20:42:07 -04:00
raw Module documentation should have options sorted 2012-11-03 18:52:59 -04:00
script Added 'script', a module that can push and insantly run a remote script. Replaces the need to copy+command. 2012-10-20 12:12:07 -04:00
seboolean More useful error message for if not HAVE_SELINUX 2012-10-29 16:23:00 +01:00
selinux Resolve traceback when python-selinux is not installed 2012-10-24 18:57:24 +02:00
service Merge branch 'service_bsd' of git://github.com/bcoca/ansible into devel 2012-11-03 18:58:29 -04:00
setup Fixed the way dom0/domU xen role is defined in the setup module 2012-11-06 22:49:33 +01:00
shell Add an "executable" option to the command and shell modules 2012-11-08 13:56:16 +00:00
slurp module docs for slurp 2012-09-30 16:58:15 +02:00
subversion Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
supervisorctl Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
svr4pkg Documentation of svr4pkg module breaks 'make rpm' 2012-11-09 02:22:20 +01:00
template Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
user Fix to user module to use self when calling group_exists 2012-11-06 09:05:25 -08:00
virt Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
wait_for Reformat code: examples consistently 2012-10-23 15:14:01 +02:00
yum Make module output more consistent wrt. changed/failed 2012-11-08 12:28:18 +01:00