Class: Ansible::Ruby::Modules::Win_template
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_template
- Defined in:
- lib/ansible/ruby/modules/generated/core/windows/win_template.rb
Instance Method Summary collapse
-
#dest ⇒ String
Location to render the template to on the remote machine.
-
#src ⇒ String
Path of a Jinja2 formatted template on the local server.
Methods inherited from Base
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
#dest ⇒ String
Returns 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 |
#src ⇒ String
Returns 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 |