Skip to content

Commit

Permalink
[bugfix] Fix HTTP status returned by aci_rest (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: Fraser Henshaw <[email protected]>
  • Loading branch information
FraserHenshaw and Fraser Henshaw authored Oct 14, 2022
1 parent 18f6b20 commit 7a424de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/aci_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ def main():

aci.response_type(resp.read(), rest_type)

aci.result["status"] = aci.status
aci.result["imdata"] = aci.imdata
aci.result["totalCount"] = aci.totalCount

Expand Down

0 comments on commit 7a424de

Please sign in to comment.