summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Brown <ericwb@users.noreply.github.com>2018-01-31 06:28:38 -0800
committerNathaniel Case <this.is@nathanielca.se>2018-01-31 09:28:38 -0500
commit9c2c2f1534c628aed814138c08ab41df23860382 (patch)
tree994ff8229f5f4d09ac8d44aa57efc71718d1fcb3
parent862c439223ce5d24bd6dd65c5497f5bb96b8dae7 (diff)
downloadansible-9c2c2f1534c628aed814138c08ab41df23860382.tar.gz
ios_facts: consistently use type of string not str (#35104)
The return documentation for ios_facts used an inconsistent mix of str and string to denote a string data type. This patch modifies all to be "string".
-rw-r--r--lib/ansible/modules/network/ios/ios_facts.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ansible/modules/network/ios/ios_facts.py b/lib/ansible/modules/network/ios/ios_facts.py
index a0c60a13a9..1384f313d5 100644
--- a/lib/ansible/modules/network/ios/ios_facts.py
+++ b/lib/ansible/modules/network/ios/ios_facts.py
@@ -74,15 +74,15 @@ ansible_net_gather_subset:
ansible_net_model:
description: The model name returned from the device
returned: always
- type: str
+ type: string
ansible_net_serialnum:
description: The serial number of the remote device
returned: always
- type: str
+ type: string
ansible_net_version:
description: The operating system version running on the remote device
returned: always
- type: str
+ type: string
ansible_net_hostname:
description: The configured hostname of the device
returned: always
@@ -118,7 +118,7 @@ ansible_net_memtotal_mb:
ansible_net_config:
description: The current active config from the device
returned: when config is configured
- type: str
+ type: string
# interfaces
ansible_net_all_ipv4_addresses: