From f8821fa3d99e986008b435af068d85c248442652 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Tue, 11 Dec 2012 23:01:36 -0500 Subject: [PATCH] Fix ppa syntax in apt_repository module doc The example for using a ppa had the wrong syntax. Ironically, the correct syntax is illustrated in a comment on line 23. --- library/apt_repository | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/apt_repository b/library/apt_repository index eef848381e..1d7d1446f9 100644 --- a/library/apt_repository +++ b/library/apt_repository @@ -48,7 +48,7 @@ notes: - 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: -- code: "apt_repository: repo=ppa://nginx/stable" +- code: "apt_repository: repo=ppa:nginx/stable" description: Add nginx stable repository from PPA - code: "apt_repository: repo='deb http://archive.canonical.com/ubuntu hardy partner'" description: Add specified repository into sources.