mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
Update scan facts to include the service scanner which was inexplicably
missing, update scan_packages to match the footprint of scan_services (makes searching easier)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
scan_use_recursive: false
|
||||
tasks:
|
||||
- scan_packages:
|
||||
- scan_services:
|
||||
- scan_files:
|
||||
path: '{{ scan_file_path }}'
|
||||
get_checksum: '{{ scan_use_checksum }}'
|
||||
|
||||
Reference in New Issue
Block a user