Skip to content

Commit

Permalink
Update AnsibleSetStatsFilterPlugin.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-cto authored Oct 3, 2023
1 parent 2d3d2fe commit 3037cbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import com.google.gson.JsonElement
* @author Simon Cateau
* @since 20/09/2023
*/
@Plugin(name = "Ansible set-stats", service = "LogFilter")
@Plugin(name = "Ansible set_stats", service = "LogFilter")
@PluginDescription(title = "Ansible set_stats",
description = '''Parses the output of the ansible set_stats module and generates the corresponding data context variables.\n\n
To display the output of the set_stats module, you must set show_custom_stats in section [defaults] in ansible.cfg or by defining environment variable ANSIBLE_SHOW_CUSTOM_STATS to true.
Expand Down

0 comments on commit 3037cbc

Please sign in to comment.