From f59d189d02128293030ab488e5cd1003949d3a6b Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 24 Aug 2018 13:44:58 +0530 Subject: [PATCH] Minor typo fix in package module documentation (#44617) Added missing round bracket Signed-off-by: Abhijeet Kasurde --- lib/ansible/modules/packaging/os/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/package.py b/lib/ansible/modules/packaging/os/package.py index 9ee3b8a8e49..32da6ca5a03 100644 --- a/lib/ansible/modules/packaging/os/package.py +++ b/lib/ansible/modules/packaging/os/package.py @@ -32,7 +32,7 @@ options: required: true state: description: - - Whether to install (C(present), or remove (C(absent)) a package. Other states depend on the underlying package module, i.e C(latest). + - Whether to install (C(present)), or remove (C(absent)) a package. Other states depend on the underlying package module, i.e C(latest). required: true use: description: