From 25dfa78dc2557a85b6e1da4861e111280a3ff01b Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Sat, 6 Oct 2018 02:48:07 -0500 Subject: [PATCH] Add missing bracket in documentation (#46564) Signed-off-by: Abhijeet Kasurde --- lib/ansible/plugins/lookup/chef_databag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/lookup/chef_databag.py b/lib/ansible/plugins/lookup/chef_databag.py index 08e132e64eb..521e6497dda 100644 --- a/lib/ansible/plugins/lookup/chef_databag.py +++ b/lib/ansible/plugins/lookup/chef_databag.py @@ -15,7 +15,7 @@ DOCUMENTATION = """ The lookup order mirrors the one from Chef, all folders in the base path are walked back looking for the following configuration file in order : .chef/knife.rb, ~/.chef/knife.rb, /etc/chef/client.rb" requirements: - - "pychef (python library https://pychef.readthedocs.io `pip install pychef`" + - "pychef (python library https://pychef.readthedocs.io `pip install pychef`)" options: name: description: