mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Convert to reduced list of known types (#50010)
This commit is contained in:
committed by
Jordan Borean
parent
fcd1486b51
commit
05c6ff79f9
@@ -185,7 +185,7 @@ commands:
|
||||
backup_path:
|
||||
description: The full path to the backup file
|
||||
returned: when backup is yes
|
||||
type: string
|
||||
type: str
|
||||
sample: /playbooks/ansible/backup/x870_config.2018-08-08@15:00:21
|
||||
|
||||
"""
|
||||
|
||||
@@ -89,7 +89,7 @@ ansible_net_version:
|
||||
ansible_net_hostname:
|
||||
description: The configured hostname of the device
|
||||
returned: always
|
||||
type: string
|
||||
type: str
|
||||
|
||||
# hardware
|
||||
ansible_net_memfree_mb:
|
||||
|
||||
Reference in New Issue
Block a user