summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/set_stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/set_stats.py')
-rw-r--r--lib/ansible/modules/set_stats.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/set_stats.py b/lib/ansible/modules/set_stats.py
index 16d7bfef..5b11c365 100644
--- a/lib/ansible/modules/set_stats.py
+++ b/lib/ansible/modules/set_stats.py
@@ -28,7 +28,7 @@ options:
default: no
aggregate:
description:
- - Whether the provided value is aggregated to the existing stat C(true) or will replace it C(false).
+ - Whether the provided value is aggregated to the existing stat V(true) or will replace it V(false).
type: bool
default: yes
extends_documentation_fragment:
@@ -55,7 +55,7 @@ attributes:
support: none
notes:
- In order for custom stats to be displayed, you must set C(show_custom_stats) in section C([defaults]) in C(ansible.cfg)
- or by defining environment variable C(ANSIBLE_SHOW_CUSTOM_STATS) to C(true). See the C(default) callback plugin for details.
+ or by defining environment variable C(ANSIBLE_SHOW_CUSTOM_STATS) to V(true). See the P(ansible.builtin.default#callback) callback plugin for details.
version_added: "2.3"
'''