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:
Matthew Jones
2015-05-05 14:46:28 -04:00
parent 1bd2c99171
commit 2e040e9de3
2 changed files with 42 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
scan_use_recursive: false
tasks:
- scan_packages:
- scan_services:
- scan_files:
path: '{{ scan_file_path }}'
get_checksum: '{{ scan_use_checksum }}'