aboutsummaryrefslogtreecommitdiffstats
path: root/debug.yml
blob: 05c427020dde2f3ab5113233c3752e86fb47ef48 (plain) (blame)
1
2
3
4
5
6
7
8
9

# debug.yml

- name: Debug all variables
  hosts: servers
  tasks:

    - debug:
        var: hostvars[inventory_hostname]
remember that computers suck.