Class: Ansible::Ruby::Modules::Make
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Make
- Defined in:
- lib/ansible/ruby/modules/generated/extras/system/make.rb
Overview
Run targets in a Makefile.
Instance Method Summary collapse
-
#chdir ⇒ String
Cd into this directory before running make.
-
#params ⇒ String?
Any extra parameters to pass to make.
-
#target ⇒ String?
The target to run.
Methods inherited from Base
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
#chdir ⇒ String
Returns cd into this directory before running make.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/system/make.rb', line 19 attribute :chdir |
#params ⇒ String?
Returns Any extra parameters to pass to make.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/system/make.rb', line 15 attribute :params |
#target ⇒ String?
Returns The target to run.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/system/make.rb', line 11 attribute :target |