Fix docs build
This commit is contained in:
parent
79ec9efd7b
commit
dbc860daaa
1 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,7 @@ RETURN = '''
|
||||||
router:
|
router:
|
||||||
description: Dictionary describing the router.
|
description: Dictionary describing the router.
|
||||||
returned: On success when I(state) is 'present'
|
returned: On success when I(state) is 'present'
|
||||||
type dictionary
|
type: dictionary
|
||||||
contains:
|
contains:
|
||||||
id:
|
id:
|
||||||
description: Router ID.
|
description: Router ID.
|
||||||
|
@ -142,6 +142,7 @@ router:
|
||||||
"ip_address": "10.6.6.99",
|
"ip_address": "10.6.6.99",
|
||||||
"subnet_id": "4272cb52-a456-4c20-8f3c-c26024ecfa81"
|
"subnet_id": "4272cb52-a456-4c20-8f3c-c26024ecfa81"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
routes:
|
routes:
|
||||||
description: The extra routes configuration for L3 router.
|
description: The extra routes configuration for L3 router.
|
||||||
|
|
Loading…
Reference in a new issue