Class: Ansible::Ruby::Modules::Raw
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Raw
- Includes:
- FreeForm
- Defined in:
- lib/ansible/ruby/modules/custom/commands/raw.rb,
lib/ansible/ruby/modules/generated/core/commands/raw.rb
Instance Method Summary collapse
-
#executable ⇒ String?
Change the shell used to execute the command.
-
#free_form ⇒ Object
The raw module takes a free form command to run.
Methods included from FreeForm
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#executable ⇒ String?
Returns change the shell used to execute the command. Should be an absolute path to the executable.,when using privilege escalation (C(become)), a default shell will be assigned if one is not provided as privilege escalation requires a shell.
14 |
# File 'lib/ansible/ruby/modules/generated/core/commands/raw.rb', line 14 attribute :executable |
#free_form ⇒ Object
Returns the raw module takes a free form command to run.
10 |
# File 'lib/ansible/ruby/modules/generated/core/commands/raw.rb', line 10 attribute :free_form |