Matt Clay
4554e8d769
Remove unnecessary shebangs and execute bits.
2017-02-22 18:13:46 -08:00
Will Thames
f42ffe6de3
[cloud] Ensure that s3_bucket module always enables/disables versioning if it is specified ( #21320 )
...
If versioning is not enabled, then `get_bucket_versioning`
can return an empty dict.
If that happens, the code to enable versioning should still
run!
The logic for suspending versioning was also incorrect, so
have updated that too.
Fixes #20491
2017-02-16 09:45:05 -05:00
Eugene Krokhalev
d67cbaa274
fix urlparse usage in cloud.amazon module to be compatible with python3 ( #20917 )
...
* fix urlparse usage in cloud.amazon module to be compatible with python3
* make imports style compatible with six documentation
2017-02-06 12:55:11 -08:00
Rob White
62dfa2ad11
Add helper function so that IAM policies can be compared for equality and update s3_bucket to take advantage of helper function
2016-12-30 10:41:22 -05:00
Andrea Tartaglia
ef391a11ec
Removed dict.iteritems() in modules. ( #18859 )
...
This is for py3 compatibility, addressed in #18506
2016-12-12 15:16:23 -08:00
James Cammarata
011ea55a8f
Relocating extras into lib/ansible/modules/ after merge
2016-12-08 11:35:18 -05:00