Debugging

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

User Story: Debugging

As a: Ansible Developer

I want to: debug my playbooks

So that: I can troubleshoot issues.

The Debug Statement

Print debug info
- debug:
    var: result
    verbosity: 2
- debug:
    msg:
    - "Using KEY: {{ lookup('env', '_KEY') }}"

Last update: 2020-01-27