aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/debug.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/playbooks/debug.yml b/playbooks/debug.yml
index 432e317..c87d8aa 100644
--- a/playbooks/debug.yml
+++ b/playbooks/debug.yml
@@ -3,10 +3,6 @@
- name: Debug
hosts: all
tasks:
- - name: A
- debug:
- var: ansible_facts["distribution"] | lower
- - name: G
- debug:
- var: groups["all"]
+ - debug:
+ var: hostvars[ansible_host]
remember that computers suck.