Feat(Choux): Add testing vars

This commit is contained in:
2018-12-17 08:16:05 +01:00
parent 7e358f1e09
commit a49806d951
2 changed files with 9 additions and 0 deletions

8
tasks/test.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- debug:
msg: "{{ ansible_facts }}"
- name: Display all variables/facts known for a host
debug:
var: hostvars[inventory_hostname]
verbosity: 4