Class: Ansible::Ruby::Modules::Debug

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

Overview

This module prints statements during execution and can be useful for debugging variables or expressions without necessarily halting the playbook. Useful for debugging together with the ‘when:’ directive.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#msgString?



11
# File 'lib/ansible/ruby/modules/generated/core/utilities/logic/debug.rb', line 11

attribute :msg

#varString?



15
# File 'lib/ansible/ruby/modules/generated/core/utilities/logic/debug.rb', line 15

attribute :var

#verbosityInteger?



19
# File 'lib/ansible/ruby/modules/generated/core/utilities/logic/debug.rb', line 19

attribute :verbosity