Allo the file fact scanner to take a list of paths instead of just one path

This commit is contained in:
Matthew Jones
2015-06-03 11:36:25 -04:00
parent b1a8d2ce3c
commit d76ee309c6
2 changed files with 54 additions and 53 deletions

View File

@@ -6,7 +6,7 @@
- scan_packages:
- scan_services:
- scan_files:
path: '{{ scan_file_path }}'
paths: '{{ scan_file_paths }}'
get_checksum: '{{ scan_use_checksum }}'
recursive: '{{ scan_use_recursive }}'
when: scan_file_path is defined
when: scan_file_paths is defined