"accidentally fixed" That didn't sound nice :)
On Sun, Aug 3, 2014 at 11:39 AM, Brian Richards <[email protected]> wrote: > FYI I updated ansible to 1.6.9 and it appears to be working as expected. > There must have been a bug in the past that you guys accidentally fixed. > Thanks for the quick response and recommendation.. > > > On Friday, August 1, 2014 8:51:08 PM UTC-5, Brian Richards wrote: >> >> >> TASK: [name | Copying Build to local host] ****************************** >> ****** >> warning: md5sum command failed unusually, please report this to the list >> so it can be fixed >> command: [u'(/usr/bin/md5sum >> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz >> 2>/dev/null)', u'(/sbin/md5sum -q >> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz >> 2>/dev/null)', u'(/usr/bin/digest -a md5 >> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz >> 2>/dev/null)', u'(/sbin/md5 -q >> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz >> 2>/dev/null)', u'(/usr/bin/md5 -n >> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz >> 2>/dev/null)', u'(/bin/md5 -q >> /var/lib/jenkins/jobs/name_qa/workspace/rel/icda.tar.gz >> 2>/dev/null)', u'(/usr/bin/csum -h MD5 >> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz >> 2>/dev/null)', u'(/bin/csum -h MD5 >> /var/lib/jenkins/jobs/name_qa/workspace/rel/name.tar.gz >> 2>/dev/null)'] >> ---- >> output: {'stdout': '', 'stderr': '', 'rc': 255} >> >> Here is what I was trying to run: >> >> - name: Copying Build to local host >> fetch: src=/var/lib/jenkins/jobs/name_{{ my_environment >> }}/workspace/rel/name.tar.gz dest=/tmp/{{my_environment}}/ flat=yes >> fail_on_missing=yes >> delegate_to: hostvars[groups['buildservers'][0]] >> >> Basically I was just trying to copy a build from our build server to my >> local box while running the name task. >> >> I even tried to turn off the validate_md5 flag and I still got the same >> error. >> >> FYI I'm using ansible 1.5 with a mac host and a centos source and a rhel >> target. >> > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/cdd58886-0f22-47ab-860b-cf087b6917f8%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/cdd58886-0f22-47ab-860b-cf087b6917f8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2BnsWgyrCL11-MRnQ1sc9tyQ8sY%2BbOFyfsYWwi9rSfBuZ0SNhg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
