Skip to content

Commit

Permalink
Fix ec2_setup task param quoting
Browse files Browse the repository at this point in the history
jimi-c committed Jul 21, 2014
1 parent 9e44f7b commit 907c98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/roles/setup_ec2/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.

- name: generate random string
shell: python -c "import string,random; print ''.join(random.choice(string.ascii_lowercase) for _ in xrange(8));"
command: python -c \"import string,random; print ''.join(random.choice(string.ascii_lowercase) for _ in xrange(8));\"
register: random_string
tags:
- prepare

0 comments on commit 907c98e

Please sign in to comment.