Review requests

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/83169/head
Abhijeet Kasurde 1 month ago
parent 69ee64e529
commit 3237459d6d

@ -114,7 +114,7 @@ options:
all: Will follow all redirects.
none: Will not follow any redirects.
safe: Only redirects doing GET or HEAD requests will be followed.
urllib2: Automatically follows HTTP redirects.
urllib2: Defer to urllib2 behavior (As of writing this follows HTTP redirects).
'no': (DEPRECATED, removed in 2.22) alias of V(none).
'yes': (DEPRECATED, removed in 2.22) alias of V(all).
creates:

@ -102,7 +102,7 @@ options:
all: Will follow all redirects.
none: Will not follow any redirects.
safe: Only redirects doing GET or HEAD requests will be followed.
urllib2: Automatically follows HTTP redirects.
urllib2: Defer to urllib2 behavior (As of writing this follows HTTP redirects).
'no': (DEPRECATED, removed in 2.22) alias of V(none).
'yes': (DEPRECATED, removed in 2.22) alias of V(all).
use_gssapi:

Loading…
Cancel
Save