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
parent 3f715dc954
commit 3d1090fc66
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ short_description: Add or remove a website on a Webfaction host
description:
- Add or remove a website 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:
- Sadly, you I(do) need to know your webfaction hostname for the C(host) parameter. But at least, unlike the API, you don't need to know the IP address - you can use a DNS name.
- If a site of the same name exists in the account but on a different host, the operation will exit.