Class: Ansible::Ruby::Modules::Win_shell

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/windows/win_shell.rb

Overview

The C(win_shell) module takes the command name followed by a list of space-delimited arguments. It is similar to the M(win_command) module, but runs the command via a shell (defaults to PowerShell) on the target host. For non-Windows targets, use the M(shell) module instead.

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?



25
# File 'lib/ansible/ruby/modules/generated/windows/win_shell.rb', line 25

attribute :chdir

#createsString?



17
# File 'lib/ansible/ruby/modules/generated/windows/win_shell.rb', line 17

attribute :creates

#executableString?



29
# File 'lib/ansible/ruby/modules/generated/windows/win_shell.rb', line 29

attribute :executable

#free_formObject



13
# File 'lib/ansible/ruby/modules/generated/windows/win_shell.rb', line 13

attribute :free_form

#removesString?



21
# File 'lib/ansible/ruby/modules/generated/windows/win_shell.rb', line 21

attribute :removes

#stdinString?



33
# File 'lib/ansible/ruby/modules/generated/windows/win_shell.rb', line 33

attribute :stdin