Class: Ansible::Ruby::Modules::Win_owner

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

Overview

Set owner of files or directories

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

#pathString

Returns Path to be used for changing owner.

Returns:

  • (String)

    Path to be used for changing owner



12
# File 'lib/ansible/ruby/modules/generated/windows/win_owner.rb', line 12

attribute :path

#recurse:yes, ...

Returns Indicates if the owner should be changed recursively.

Returns:

  • (:yes, :no, nil)

    Indicates if the owner should be changed recursively



20
# File 'lib/ansible/ruby/modules/generated/windows/win_owner.rb', line 20

attribute :recurse

#userString

Returns Name to be used for changing owner.

Returns:

  • (String)

    Name to be used for changing owner



16
# File 'lib/ansible/ruby/modules/generated/windows/win_owner.rb', line 16

attribute :user