updated version added
This commit is contained in:
parent
cde758332a
commit
c978f4b332
1 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: yumrepo
|
module: yumrepo
|
||||||
author: Jiri Tyr (@jtyr)
|
author: Jiri Tyr (@jtyr)
|
||||||
version_added: '2.0'
|
version_added: '2.1'
|
||||||
short_description: Add and remove YUM repositories
|
short_description: Add and remove YUM repositories
|
||||||
description:
|
description:
|
||||||
- Add or remove YUM repositories in RPM-based Linux distributions.
|
- Add or remove YUM repositories in RPM-based Linux distributions.
|
||||||
|
@ -283,7 +283,8 @@ options:
|
||||||
description:
|
description:
|
||||||
- Username to use for basic authentication to a repo or really any url.
|
- Username to use for basic authentication to a repo or really any url.
|
||||||
|
|
||||||
extends_documentation_fragment: files
|
extends_documentation_fragment:
|
||||||
|
- files
|
||||||
|
|
||||||
notes:
|
notes:
|
||||||
- All comments will be removed if modifying an existing repo file.
|
- All comments will be removed if modifying an existing repo file.
|
||||||
|
|
Loading…
Reference in a new issue