mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Some light implimentation details for basic fact caching and collection
This commit is contained in:
5
awx/playbooks/scan_facts.yml
Normal file
5
awx/playbooks/scan_facts.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- hosts: all
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- scan_packages:
|
||||
|
||||
Reference in New Issue
Block a user