1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 12:12:12 +00:00

test.yml: Document ansible_local.local_facts, ansible_architecture etc

This commit is contained in:
root 2022-06-07 01:06:29 -04:00
parent cb1f00467a
commit edb26161db

View file

@ -55,4 +55,13 @@
- debug:
var: f
- debug:
var: ansible_local.local_facts
- debug:
var: ansible_local.local_facts.os_ver
- debug:
var: ansible_architecture
- debug:
var: ansible_machine
# TEST ANSIBLE COMMANDS/MODULES HERE!