Class: Ansible::Ruby::Modules::Import_tasks
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Import_tasks
- Defined in:
- lib/ansible/ruby/modules/generated/utilities/logic/import_tasks.rb
Overview
Imports a list of tasks to be added to the current playbook for subsequent execution.
Instance Method Summary collapse
-
#free_form ⇒ Object?
The name of the imported file is specified directly without any other option.,Most keywords, including loops and conditionals, only applied to the imported tasks, not to this statement itself.
Methods inherited from Base
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
#free_form ⇒ Object?
12 |
# File 'lib/ansible/ruby/modules/generated/utilities/logic/import_tasks.rb', line 12 attribute :free_form, original_name: 'free-form' |