mirror of https://github.com/ansible/ansible.git
* check status code value lower boundary
Any HTTP code below 200 cannot be considered a success, should be
handled like a failure instead.
This is particularly true for below zero status codes.
Fixes #63139
* provide changelog fragment
* ensure connection errors are handled in Acme module
* add fetch_url check to ACME.send_signed_request
* remove module.fail_json
* move _assert_fetch_url_success out of ACMEAccount
* fix ansible-lint errors
* use simplified syntax status checking
(cherry picked from commit 0d905a0496)
pull/64125/head
parent
b327e1e2c6
commit
0e4fe7a52b
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "ACME modules: make sure some connection errors are handled properly"
|
||||
Loading…
Reference in New Issue