diff --git a/lib/ansible/modules/network/iosxr/iosxr_command.py b/lib/ansible/modules/network/iosxr/iosxr_command.py index d9f546ec9ef..f165c05e89d 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_command.py +++ b/lib/ansible/modules/network/iosxr/iosxr_command.py @@ -27,6 +27,7 @@ description: Please use M(iosxr_config) to configure iosxr devices. extends_documentation_fragment: iosxr notes: + - This module does not support netconf connection - Tested against IOS XR 6.1.2 options: commands: diff --git a/lib/ansible/modules/network/iosxr/iosxr_config.py b/lib/ansible/modules/network/iosxr/iosxr_config.py index bfc3542129f..10a98b109f6 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_config.py +++ b/lib/ansible/modules/network/iosxr/iosxr_config.py @@ -26,6 +26,7 @@ description: extends_documentation_fragment: iosxr notes: - Tested against IOS XRv 6.1.2 + - This module does not support netconf connection - Avoid service disrupting changes (viz. Management IP) from config replace. - Do not use C(end) in the replace config file. options: diff --git a/lib/ansible/modules/network/iosxr/iosxr_facts.py b/lib/ansible/modules/network/iosxr/iosxr_facts.py index 74a114fec7b..8662192fb52 100644 --- a/lib/ansible/modules/network/iosxr/iosxr_facts.py +++ b/lib/ansible/modules/network/iosxr/iosxr_facts.py @@ -25,6 +25,9 @@ description: module will always collect a base set of facts from the device and can enable or disable collection of additional facts. extends_documentation_fragment: iosxr +notes: + - Tested against IOS XRv 6.1.2 + - This module does not support netconf connection options: gather_subset: description: