mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Allo the file fact scanner to take a list of paths instead of just one path
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user