Class: Ansible::Ruby::Modules::Win_template

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_options, attribute, #initialize, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#destString

Returns Location to render the template to on the remote machine.

Returns:

  • (String)

    Location to render the template to on the remote machine.



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

attribute :dest

#srcString

Returns Path of a Jinja2 formatted template on the local server. This can be a relative or absolute path.

Returns:

  • (String)

    Path of a Jinja2 formatted template on the local server. This can be a relative or absolute path.



10
# File 'lib/ansible/ruby/modules/generated/core/windows/win_template.rb', line 10

attribute :src