Class: Ansible::Ruby::Modules::Python_requirements_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/system/python_requirements_facts.rb

Overview

Get info about available Python requirements on the target host, including listing required libraries and gathering versions.

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

#dependenciesArray<String>, ...

Returns A list of version-likes or module names to check for installation. Supported operators: <, >, <=, >=, or ==. The bare module name like I(ansible), the module with a specific version like I(boto3==1.6.1), or a partial version like I(requests>2) are all valid specifications.rn.

Returns:

  • (Array<String>, String, nil)

    A list of version-likes or module names to check for installation. Supported operators: <, >, <=, >=, or ==. The bare module name like I(ansible), the module with a specific version like I(boto3==1.6.1), or a partial version like I(requests>2) are all valid specifications.rn



12
# File 'lib/ansible/ruby/modules/generated/system/python_requirements_facts.rb', line 12

attribute :dependencies