1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3237 from holta/test.yml-local_facts

test.yml: Document ansible_local.local_facts, ansible_architecture etc
This commit is contained in:
A Holt 2022-06-07 01:10:16 -04:00 committed by GitHub
commit 893582e7a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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!