mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-21 07:40:22 -07: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:
parent
1154aca746
commit
08e0f6ada5
9 changed files with 233 additions and 16 deletions
|
@ -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 '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue