Class: Ansible::Ruby::Modules::Import_playbook
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Import_playbook
- 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
-
#free_form ⇒ Object?
The name of the imported playbook is specified directly without any other option.
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?
Returns 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' |