Class: Ansible::Ruby::Modules::Docker_image_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/docker/docker_image_facts.rb

Overview

Provide one or more image names, and the module will inspect each, returning an array of inspection results.

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

#nameArray<String>, String

Returns An image name or a list of image names. Name format will be name or repository/name, where tag is optional. If a tag is not provided, ‘latest’ will be used.

Returns:

  • (Array<String>, String)

    An image name or a list of image names. Name format will be name or repository/name, where tag is optional. If a tag is not provided, ‘latest’ will be used.



12
# File 'lib/ansible/ruby/modules/generated/cloud/docker/docker_image_facts.rb', line 12

attribute :name