mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
Refactor scan_packages for os detection
* Use setup facts ansible_os_family for os family detection now. Add support for Suse and it's ilk (which has a pretty ugly OS family implementation
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
scan_use_recursive: false
|
||||
tasks:
|
||||
- scan_packages:
|
||||
os_family: '{{ ansible_os_family }}'
|
||||
- scan_services:
|
||||
- scan_files:
|
||||
paths: '{{ scan_file_paths }}'
|
||||
|
||||
Reference in New Issue
Block a user