From cef0adfba0e585feee9f7c7bf533db56c3fdb750 Mon Sep 17 00:00:00 2001 From: ABond Date: Fri, 20 Jan 2017 08:00:26 -0500 Subject: [PATCH] Issue #20179 Fix doc string handler notify call (#20499) --- lib/ansible/modules/packaging/os/yum_repository.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/packaging/os/yum_repository.py b/lib/ansible/modules/packaging/os/yum_repository.py index 59750fac574..11ede3e510b 100644 --- a/lib/ansible/modules/packaging/os/yum_repository.py +++ b/lib/ansible/modules/packaging/os/yum_repository.py @@ -34,7 +34,7 @@ DOCUMENTATION = ''' module: yum_repository author: Jiri Tyr (@jtyr) version_added: '2.1' -short_description: Add and remove YUM repositories +short_description: Add or remove YUM repositories description: - Add or remove YUM repositories in RPM-based Linux distributions. @@ -437,7 +437,7 @@ EXAMPLES = ''' yum_repository: name: epel state: absent - notify: yum-clean-all + notify: yum-clean-metadata - name: Remove repository from a specific repo file yum_repository: