Brian Coca
ac14a8d6ad
unified calls to fs function vs duplicate functions for file and
...
directory
2014-05-24 09:28:45 -04:00
James Cammarata
a9c2eefd06
Remove erroneous set of status_code causing a traceback in module uri
...
Fixes #7416
2014-05-16 08:49:08 -05:00
Michael DeHaan
b06f5162cd
Example cleanup.
2014-04-02 17:32:44 -04:00
Sven Schliesing
898346a468
Update uri
2014-03-31 14:32:56 +02:00
Sven Schliesing
d193e5571d
Example for queueing build in Jenkins
2014-03-31 14:32:07 +02:00
Michael DeHaan
eb1c37c6e1
Merge pull request #6649 from picsolvebryan/devel
...
Accept status code from a list of valid codes.
2014-03-28 11:49:04 -04:00
bryan hunt
dff1fd3b37
Accept status code from a list of valid codes.
...
(cast the list of acceptable codes to a list of int )
2014-03-24 14:23:18 +00:00
bryan hunt
eb9ac9308c
Accept status code from a list of valid codes.
2014-03-24 14:17:36 +00:00
bryan hunt
5561fbc427
Accept status code from a list of valid codes.
2014-03-24 13:51:44 +00:00
James Cammarata
09eaa0c920
Fixing the unicode issue in uri for EL6 platforms
...
Fixes #5869
2014-02-25 13:04:05 -06:00
James Cammarata
0c33cc19bb
Handle unicode content in the uri module properly
...
Fixes #5869
2014-02-24 23:34:17 -06:00
Richard Isaacson
acf0e408ae
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.
2014-02-07 11:36:51 -06:00
Pedro Romano
b04f197113
Allow the 'PATCH' method in the 'uri' module since 'httplib2' allows it
...
and some APIs require it.
2014-02-02 20:53:52 +00:00
Romeo Theriault
863bba498c
fix following redirects
2014-01-29 14:04:53 -10:00
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
2013-12-02 15:13:49 -05:00
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
2013-12-02 15:11:23 -05:00
Michael Scherer
93a75a4d83
Fix issue 4433, make sure status is a int rather than a string
2013-10-12 22:10:40 +02:00
Serge van Ginderachter
705613acf8
Fix bug in uri where redirect check fails.
...
When the redirect check fails, the 'status' key is not set in
resp_redir, so we need to check this.
2013-08-29 15:58:01 +02:00
Michael DeHaan
ece707bc6e
Trim old style var references
2013-07-19 09:37:19 -04:00
Jan-Piet Mens
98c1423269
Docs: consistently format playbook EXAMPLES
2013-06-17 08:53:46 +02:00
Jan-Piet Mens
3404a0fc16
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
...
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
Added deprecation warning to moduledev.rst and remove deprecated example from it
Fixed up a few typos and uppercased some acronyms.
add consistency to how EXAMPLES are formatted
2013-06-15 20:54:25 +02:00
Piffey Parlance
87b4c0d194
Fixed bug where if destination was unspecified, changed would not be set, resulting in an UnboundLocalError.
2013-04-29 13:59:06 -05:00
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
2013-04-28 15:03:45 -04:00