mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Return variable in get_url is 'status_code', not 'status' (#43366)
Subject is self explanatory. Resolves #43365. +label: docsite_pr
This commit is contained in:
parent
c068450259
commit
4062939681
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ state:
|
||||||
returned: success
|
returned: success
|
||||||
type: string
|
type: string
|
||||||
sample: file
|
sample: file
|
||||||
status:
|
status_code:
|
||||||
description: the HTTP status code from the request
|
description: the HTTP status code from the request
|
||||||
returned: always
|
returned: always
|
||||||
type: int
|
type: int
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue