aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/debug.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/debug.yml')
-rw-r--r--playbooks/debug.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/playbooks/debug.yml b/playbooks/debug.yml
new file mode 100644
index 0000000..432e317
--- /dev/null
+++ b/playbooks/debug.yml
@@ -0,0 +1,12 @@
+---
+
+- name: Debug
+ hosts: all
+ tasks:
+ - name: A
+ debug:
+ var: ansible_facts["distribution"] | lower
+
+ - name: G
+ debug:
+ var: groups["all"]
remember that computers suck.