Method: QB::Ansible::Module#response
- Defined in:
- lib/qb/ansible/module.rb
#response ⇒ QB::Ansible::Module::Response (readonly)
The response that will be returned to Ansible (JSON-encoded and written
to STDOUT).
374 375 376 |
# File 'lib/qb/ansible/module.rb', line 374 def response @response end |