Commit Graph

5 Commits (8a28ac3da751110732c420e47a6907226c9b3465)

Author SHA1 Message Date
Michael Scherer 918d1e038e Do not hardcode python executable in test (#17380)
Based on https://github.com/ansible/ansible/pull/17376
8 years ago
Toshio Kuratomi 51ec35378d xrange and izip_longest aren't available in vanilla python3 (#17226)
Fixes for these are either rewriting to get rid of the need for the
functions or using six.moves to get equivalent functions for both
python2 and python3
8 years ago
James Cammarata 75e5b6401c Fixing up shell quoting issues 10 years ago
James Cammarata 8e940004c2 Fix ec2_setup task param quoting 10 years ago
James Laska b589bf1d2e First pass at ec2 module tests 11 years ago