You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library/network
Richard Isaacson 5a15762739 Merge pull request #5826 from romeotheriault/fix_follow_redirects
A fix for uri module regarding following redirects. The old behavior would follow redirects either way. This change clarifies the functionality and makes it a bit more explicit. Comparing the old behavior to the new 'yes' == 'all', 'no' == 'safe' and now 'no' will not follow any redirects. Historic behavior is still supported and documented with a push to the new values.
11 years ago
..
get_url Clarify doc for get_url 11 years ago
slurp Addresses #5023 Fix import comments 11 years ago
uri Merge pull request #5826 from romeotheriault/fix_follow_redirects 11 years ago