Class: Ansible::Ruby::Modules::Meta
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Meta
- Includes:
- FreeForm
- Defined in:
- lib/ansible/ruby/modules/generated/utilities/helper/meta.rb,
lib/ansible/ruby/modules/custom/utilities/helper/meta.rb
Overview
Meta tasks are a special kind of task which can influence Ansible internal execution or state. Prior to Ansible 2.0, the only meta option available was ‘flush_handlers`. As of 2.2, there are five meta tasks which can be used. Meta tasks can be used anywhere within your playbook. This module is also supported for Windows targets.
Instance Method Summary collapse
-
#free_form ⇒ :flush_handlers, ...
This module takes a free form command, as a string.
Methods included from FreeForm
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 ⇒ :flush_handlers, ...
13 |
# File 'lib/ansible/ruby/modules/generated/utilities/helper/meta.rb', line 13 attribute :free_form |