From 4290a904ff38db90da84af702e3085ae30290e87 Mon Sep 17 00:00:00 2001 From: Philipp Grau Date: Mon, 15 Oct 2012 17:20:23 +0200 Subject: [PATCH] Add note: Debian Squeeze has no add-apt-repository --- library/apt_repository | 1 + 1 file changed, 1 insertion(+) diff --git a/library/apt_repository b/library/apt_repository index 5b7622b7ae8..3b34bf557d3 100755 --- a/library/apt_repository +++ b/library/apt_repository @@ -44,6 +44,7 @@ options: choices: [ "present", "absent" ] notes: - This module works on Debian and Ubuntu only and 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 not on Debian Squeeze (Version 6) as there is no implementation of C(add-apt-repository) in C(python-software-properties) - 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 a repo doesn't have source information (eg MongoDB repo from 10gen) the system will fail while updating repositories. author: Matt Wright examples: