Documentation version_added numbers are strings.

This commit is contained in:
Quentin Stafford-Fraser 2015-05-10 20:40:50 +01:00 committed by Matt Clay
commit 3d1090fc66
5 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ short_description: Add or remove applications on a Webfaction host
description:
- Add or remove applications on a Webfaction host. Further documentation at http://github.com/quentinsf/ansible-webfaction.
author: Quentin Stafford-Fraser
version_added: 2.0
version_added: "2.0"
notes:
- "You can run playbooks that use this on a local machine, or on a Webfaction host, or elsewhere, since the scripts use the remote webfaction API - the location is not important. However, running them on multiple hosts I(simultaneously) is best avoided. If you don't specify I(localhost) as your host, you may want to add C(serial: 1) to the plays."
- See `the webfaction API <http://docs.webfaction.com/xmlrpc-api/>`_ for more info.