Class: Ansible::Ruby::Modules::Package_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/packaging/os/package_facts.rb

Overview

Return information about installed packages as facts

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#manager:auto, ...

Returns The package manager used by the system so we can query the package information.

Returns:

  • (:auto, :rpm, :apt, nil)

    The package manager used by the system so we can query the package information



12
# File 'lib/ansible/ruby/modules/generated/packaging/os/package_facts.rb', line 12

attribute :manager