Convert to reduced list of known types (#50010)

This commit is contained in:
Dag Wieers
2018-12-18 22:25:30 +01:00
committed by Jordan Borean
parent fcd1486b51
commit 05c6ff79f9
908 changed files with 4822 additions and 4821 deletions

View File

@@ -155,7 +155,7 @@ updates:
backup_path:
description: The full path to the backup file
returned: when backup is yes
type: string
type: str
sample: /playbooks/ansible/backup/enos01.2016-07-16@22:28:34
"""
from ansible.module_utils.basic import AnsibleModule

View File

@@ -109,11 +109,11 @@ RETURN = '''
ansible_net_hostname:
description: The configured hostname of the device
returned: always
type: string
type: str
ansible_net_image:
description: Indicates the active image for the device
returned: always
type: string
type: str
# hardware
ansible_net_memfree_mb:
description: The available free memory on the remote device in MB