Class: Ansible::Ruby::Modules::Import_tasks

Inherits:
Base show all
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

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

#free_formObject?

Returns 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. If you need any of those to apply, use M(include_tasks) instead.

Returns:

  • (Object, nil)

    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. If you need any of those to apply, use M(include_tasks) instead.



12
# File 'lib/ansible/ruby/modules/generated/utilities/logic/import_tasks.rb', line 12

attribute :free_form, original_name: 'free-form'