Gem Facts¶
See also: Gem Operations.
gem.GemPackages
¶
host.get_fact(GemPackages, )
Returns a dict of installed gem packages:
{
'package_name': ['version'],
}
Documentation may be out of date!
You are not reading the most recent version the documentation. 3.x is the latest release version available.
See also: Gem Operations.
gem.GemPackages
¶host.get_fact(GemPackages, )
Returns a dict of installed gem packages:
{
'package_name': ['version'],
}