Fix the docs link to Ohai in the Ohai module (#33788)
This commit is contained in:
parent
fafcb3452f
commit
e479e55f59
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue