From c6a1866fa0b72b7d360ff78ff11f7433c1f72c9c Mon Sep 17 00:00:00 2001 From: bontreger Date: Tue, 2 Jul 2024 07:25:18 -0400 Subject: [PATCH] Update setup.yml docs to reference proper FQCN --- plugins/modules/setup.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/setup.yml b/plugins/modules/setup.yml index 54b59c8c..0d8bac48 100644 --- a/plugins/modules/setup.yml +++ b/plugins/modules/setup.yml @@ -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: @@ -53,4 +53,4 @@ DOCUMENTATION: EXAMPLES: | - name: run the setup facts - ansible.builtin.setup: + ansible.windows.setup: