From e479e55f59712d509c53c6c72e1357a8ee28d2a3 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 8 Mar 2018 17:00:17 -0800 Subject: [PATCH] Fix the docs link to Ohai in the Ohai module (#33788) --- lib/ansible/modules/system/ohai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/ohai.py b/lib/ansible/modules/system/ohai.py index 74a40fc68d..2096c5756a 100644 --- a/lib/ansible/modules/system/ohai.py +++ b/lib/ansible/modules/system/ohai.py @@ -18,7 +18,7 @@ module: ohai short_description: Returns inventory data from I(Ohai) description: - Similar to the M(facter) module, this runs the I(Ohai) discovery program - (U(http://wiki.opscode.com/display/chef/Ohai)) on the remote host and + (U(https://docs.chef.io/ohai.html)) on the remote host and returns JSON inventory data. I(Ohai) data is a bit more verbose and nested than I(facter). version_added: "0.6"