Class: Ansible::Ruby::Modules::Import_playbook

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/utilities/logic/import_playbook.rb

Overview

Includes a file with a list of plays to be executed. Files with a list of plays can only be included at the top level. You cannot use this action inside a play.

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 playbook is specified directly without any other option.

Returns:

  • (Object, nil)

    The name of the imported playbook is specified directly without any other option.



13
# File 'lib/ansible/ruby/modules/generated/utilities/logic/import_playbook.rb', line 13

attribute :free_form, original_name: 'free-form'