Commit 5a9ca1e5 by Michael DeHaan

Merge pull request #1135 from jpmens/mod-formatter3

Removed embedded colon in DOCUMENTATION of apt_repository
parents 57c9534a 0604d580
...@@ -44,8 +44,8 @@ options: ...@@ -44,8 +44,8 @@ options:
choices: [ "present", "absent" ] choices: [ "present", "absent" ]
notes: notes:
- This module requires C(apt-add-repository) be available on destination server. To ensure this package is available use the C(apt) module and install the C(python-software-properties) package before using this module. - This module requires C(apt-add-repository) be available on destination server. To ensure this package is available use the C(apt) module and install the C(python-software-properties) package before using this module.
- This module works on Ubuntu and unstable Debian only, see U(https://github.com/ansible/ansible/pull/1082). - This module works on Ubuntu and unstable Debian only, see *(https://github.com/ansible/ansible/pull/1082).
- A bug in C(apt-add-repository) always adds C(deb) and C(deb-src) types for repositories (see the issue on Launchpad U(https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/987264)), if some repo don't have source (eg: MongoDB repo from 10gen) the system fails while updating repositories. - A bug in C(apt-add-repository) always adds C(deb) and C(deb-src) types for repositories (see the issue on Launchpad U(https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/987264)), if some repo don't have source (eg MongoDB repo from 10gen) the system fails while updating repositories.
author: Matt Wright author: Matt Wright
examples: examples:
- code: apt_repository repo=ppa://nginx/stable - code: apt_repository repo=ppa://nginx/stable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment