Class: Ansible::Ruby::Modules::Make

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

Overview

Run targets in a Makefile.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#chdirString

Returns cd into this directory before running make.

Returns:

  • (String)

    cd into this directory before running make



19
# File 'lib/ansible/ruby/modules/generated/extras/system/make.rb', line 19

attribute :chdir

#paramsString?

Returns Any extra parameters to pass to make.

Returns:

  • (String, nil)

    Any extra parameters to pass to make



15
# File 'lib/ansible/ruby/modules/generated/extras/system/make.rb', line 15

attribute :params

#targetString?

Returns The target to run.

Returns:

  • (String, nil)

    The target to run



11
# File 'lib/ansible/ruby/modules/generated/extras/system/make.rb', line 11

attribute :target