From e341135431ca4dd8a0f90b924261198a81cca1ff Mon Sep 17 00:00:00 2001 From: Romain Richard Date: Tue, 10 Jan 2017 09:16:01 -0800 Subject: [PATCH] Duplicated line in the documentation of the apt_repository module Removing that extra line. --- lib/ansible/modules/packaging/os/apt_repository.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/apt_repository.py b/lib/ansible/modules/packaging/os/apt_repository.py index dc60a2a722..b6c2beacfe 100644 --- a/lib/ansible/modules/packaging/os/apt_repository.py +++ b/lib/ansible/modules/packaging/os/apt_repository.py @@ -117,7 +117,6 @@ EXAMPLES = ''' - apt_repository: repo: 'ppa:nginx/stable' codename: 'trusty' - repo: 'ppa:nginx/stable' ''' import glob