From 1ff5e975d964cdb47fd491cca65669427fdd51b6 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Mon, 16 Apr 2018 03:45:57 +0200 Subject: [PATCH] yum: docs: name is not required (#38758) --- lib/ansible/modules/packaging/os/yum.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/yum.py b/lib/ansible/modules/packaging/os/yum.py index 9c1f3602a6..ae9f2d1239 100644 --- a/lib/ansible/modules/packaging/os/yum.py +++ b/lib/ansible/modules/packaging/os/yum.py @@ -31,7 +31,6 @@ options: - When using state=latest, this can be '*' which means run C(yum -y update). - You can also pass a url or a local path to a rpm file (using state=present). To operate on several packages this can accept a comma separated list of packages or (as of 2.0) a list of packages. - required: true aliases: [ pkg ] exclude: description: