From cee54d55d0766afe100f08ba4063d3bf14761d7b Mon Sep 17 00:00:00 2001 From: Yannis Ansermoz Date: Thu, 29 Aug 2019 15:58:20 +0200 Subject: [PATCH] Add 'min' to gather_subset ios_facts documentation (#61536) --- lib/ansible/modules/network/ios/ios_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/ios/ios_facts.py b/lib/ansible/modules/network/ios/ios_facts.py index cbdfc9cc193..08b2d5bff59 100644 --- a/lib/ansible/modules/network/ios/ios_facts.py +++ b/lib/ansible/modules/network/ios/ios_facts.py @@ -43,7 +43,7 @@ options: - When supplied, this argument restricts the facts collected to a given subset. - Possible values for this argument include - C(all), C(hardware), C(config), and C(interfaces). + C(all), C(min), C(hardware), C(config), and C(interfaces). - Specify a list of values to include a larger subset. - Use a value with an initial C(!) to collect all facts except that subset. required: false