Class: Ansible::Ruby::Modules::Set_fact
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Set_fact
- Defined in:
- lib/ansible/ruby/modules/generated/core/utilities/logic/set_fact.rb
Instance Method Summary collapse
-
#key_value ⇒ Object
The C(set_fact) module takes key=value pairs as variables to set in the playbook scope.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#key_value ⇒ Object
Returns The C(set_fact) module takes key=value pairs as variables to set in the playbook scope. Or alternatively, accepts complex arguments using the C(args:) statement.
10 |
# File 'lib/ansible/ruby/modules/generated/core/utilities/logic/set_fact.rb', line 10 attribute :key_value |