mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 13:29:08 -07:00
Correct RETURN data types for Network modules (#24104)
`path` isn't a datatype
This commit is contained in:
parent
8733253a76
commit
3d4523f231
10 changed files with 11 additions and 11 deletions
|
@ -175,7 +175,7 @@ updates:
|
|||
backup_path:
|
||||
description: The full path to the backup file
|
||||
returned: when backup is yes
|
||||
type: path
|
||||
type: string
|
||||
sample: /playbooks/ansible/backup/iosxr01.2016-07-16@22:28:34
|
||||
"""
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue