summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzitatorocsik <zita.torocsik@gmail.com>2022-12-08 14:06:37 -0500
committerGitHub <noreply@github.com>2022-12-08 14:06:37 -0500
commitbc13099e56410a933a48ce734dd575920e102866 (patch)
treeff77486ccfa82ef322ae7bdeef939df9ec469da0
parent11e43e9d6e9809ca8fdf56f814b89da3dc0d5659 (diff)
downloadansible-bc13099e56410a933a48ce734dd575920e102866.tar.gz
fixed misleading setup example (#79495)
-rw-r--r--lib/ansible/modules/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/setup.py b/lib/ansible/modules/setup.py
index 2776ac1c02..df2a67f236 100644
--- a/lib/ansible/modules/setup.py
+++ b/lib/ansible/modules/setup.py
@@ -133,7 +133,7 @@ EXAMPLES = r"""
- '!<any valid subset>'
- facter
-- name: Collect only selected facts
+- name: Filter and return only selected facts
ansible.builtin.setup:
filter:
- 'ansible_distribution'