Commit Graph

6 Commits (9b2bdf2df637afc8eeadce6dfd8a4367c5a4d9ed)

Author SHA1 Message Date
Will Thames 5f0815d7f4 Fix too-many-quote problem in setup_ec2 role
An inner single-quote pair breaks out of the outer single-quote
pair. Rather than escaping the inner quotes to protect against
this, just use the fact that `str()` is equivalent to `""`.
9 years ago
Michael Scherer 918d1e038e Do not hardcode python executable in test (#17380)
Based on https://github.com/ansible/ansible/pull/17376
9 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
10 years ago
James Cammarata 75e5b6401c Fixing up shell quoting issues 12 years ago
James Cammarata 8e940004c2 Fix ec2_setup task param quoting 12 years ago
James Laska b589bf1d2e First pass at ec2 module tests 12 years ago