mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
allow modules to set custom stats (#18946)
can be per run or per host, also aggregate or not set_stats action plugin as reference implementation added doc stub display stats in calblack made custom stats showing configurable
This commit is contained in:
@@ -323,6 +323,7 @@ def main():
|
||||
msg = ''
|
||||
looked = 0
|
||||
for npath in params['paths']:
|
||||
npath = os.path.expanduser(os.path.expandvars(npath))
|
||||
if os.path.isdir(npath):
|
||||
|
||||
''' ignore followlinks for python version < 2.6 '''
|
||||
|
||||
Reference in New Issue
Block a user