Fixed missing required package in notes.

reviewable/pr18780/r1
René Moser 12 years ago
parent 55e26fdfda
commit 2e649d21af

@ -27,7 +27,7 @@ short_description: Add and remove APT repositores
description: description:
- Add or remove an APT repositories in Ubuntu and Debian. - Add or remove an APT repositories in Ubuntu and Debian.
notes: notes:
- This module works on Debian and Ubuntu and requires only C(python-apt) package. - This module works on Debian and Ubuntu and requires C(python-apt) and C(python-pycurl) packages.
- This module supports Debian Squeeze (version 6) as well as its successors. - This module supports Debian Squeeze (version 6) as well as its successors.
- This module treats Debian and Ubuntu distributions separately. So PPA could be installed only on Ubuntu machines. - This module treats Debian and Ubuntu distributions separately. So PPA could be installed only on Ubuntu machines.
options: options:

Loading…
Cancel
Save