Skip to content

Commit

Permalink
Update setup.yml docs to reference proper FQCN (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
bontreger authored Jul 8, 2024
1 parent bb67e00 commit 23e62b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOCUMENTATION:
module: setup
short_description: Gathers facts about remote hosts
seealso:
- module: ansible.builtin.setup
- module: ansible.windows.setup
options:
gather_subset:
description:
Expand Down Expand Up @@ -53,4 +53,4 @@ DOCUMENTATION:

EXAMPLES: |
- name: run the setup facts
ansible.builtin.setup:
ansible.windows.setup:

0 comments on commit 23e62b1

Please sign in to comment.