mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Duplicated line in the documentation of the apt_repository module
Removing that extra line.
This commit is contained in:
parent
d138132bc2
commit
e341135431
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ EXAMPLES = '''
|
||||||
- apt_repository:
|
- apt_repository:
|
||||||
repo: 'ppa:nginx/stable'
|
repo: 'ppa:nginx/stable'
|
||||||
codename: 'trusty'
|
codename: 'trusty'
|
||||||
repo: 'ppa:nginx/stable'
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import glob
|
import glob
|
||||||
|
|
Loading…
Reference in a new issue