From c978f4b33236f7b95da80fdac084ff12f6d8879e Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 24 Nov 2015 09:55:13 -0800 Subject: [PATCH] updated version added --- packaging/os/yumrepo.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/os/yumrepo.py b/packaging/os/yumrepo.py index e2052cea191..ba4aaa2ae8f 100644 --- a/packaging/os/yumrepo.py +++ b/packaging/os/yumrepo.py @@ -27,7 +27,7 @@ DOCUMENTATION = ''' --- module: yumrepo author: Jiri Tyr (@jtyr) -version_added: '2.0' +version_added: '2.1' short_description: Add and remove YUM repositories description: - Add or remove YUM repositories in RPM-based Linux distributions. @@ -283,7 +283,8 @@ options: description: - Username to use for basic authentication to a repo or really any url. -extends_documentation_fragment: files +extends_documentation_fragment: + - files notes: - All comments will be removed if modifying an existing repo file.