From ccf4cf1dd882ea1d1dc465060135932860498505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Thu, 19 Sep 2013 19:34:15 +0200 Subject: [PATCH] Fixed missing required package in notes. --- library/packaging/apt_repository | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/packaging/apt_repository b/library/packaging/apt_repository index e811ee0cbb0..577e4a866d1 100644 --- a/library/packaging/apt_repository +++ b/library/packaging/apt_repository @@ -27,7 +27,7 @@ short_description: Add and remove APT repositores description: - Add or remove an APT repositories in Ubuntu and Debian. 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 treats Debian and Ubuntu distributions separately. So PPA could be installed only on Ubuntu machines. options: