Fix ec2_setup task param quoting

pull/7484/head^2
James Cammarata 10 years ago
parent 84759faa09
commit 8e940004c2

@ -17,7 +17,7 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>. # along with Ansible. If not, see <http://www.gnu.org/licenses/>.
- name: generate random string - 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 register: random_string
tags: tags:
- prepare - prepare

Loading…
Cancel
Save