Re: [ansible-project] apt returns: No package matching... but apt-get install on managed host works

2014-04-11 Thread Adam Heath
Multi-arch? Aka, this is a 64-bit machine, but that package is only available on i386, and the idempotent ansible apt module isn't capable of dealing with that? On 04/11/2014 01:21 PM, Todd Sampson wrote: I'm fairly new to Ansible. I really like it but can't get past this show stopper. If

Re: [ansible-project] apt returns: No package matching... but apt-get install on managed host works

2014-04-11 Thread Todd Sampson
Thanks Adam! Wow. That was a big help. I forced apt to get the i386 version by setting pkg=m9kpdc-static:i386 and now it works. Thanks for taking the time to help! Todd On Fri, Apr 11, 2014 at 4:37 PM, Adam Heath a...@brainfood.com wrote: Multi-arch? Aka, this is a 64-bit machine, but that

Re: [ansible-project] apt returns: No package matching... but apt-get install on managed host works

2014-04-11 Thread Adam Heath
It'd be nice if ansible could be smarter here, I'm certain they would take a patch. I am not a member of the project, just another user. On 04/11/2014 04:36 PM, Todd Sampson wrote: Thanks Adam! Wow. That was a big help. I forced apt to get the i386 version by setting pkg=m9kpdc-static:i386