Class: Ansible::Ruby::Modules::Win_file

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

Overview

Creates (empty) files, updates file modification stamps of existing files, and can create or remove directories. Unlike M(file), does not modify ownership, permissions or manipulate links. For non-Windows targets, use the M(file) 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, 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



14
# File 'lib/ansible/ruby/modules/generated/windows/win_file.rb', line 14

attribute :path

#state:absent, ...



18
# File 'lib/ansible/ruby/modules/generated/windows/win_file.rb', line 18

attribute :state