Re: [ansible-project] Re: Ansible yum module unable to find certain packages

2016-11-25 Thread Alexander H. Laughlin
Indeed, it is not possible to install packages from the epel repo without first installing the repo in yum. On Thu, Nov 24, 2016 at 11:50 PM Dick Davies wrote: > Isn't that because those packages are from EPEL ? You need to add the > repo in one task, > and then add the

Re: [ansible-project] Re: Ansible yum module unable to find certain packages

2016-11-24 Thread Dick Davies
Isn't that because those packages are from EPEL ? You need to add the repo in one task, and then add the other packages in the second. On 24 November 2016 at 12:57, 'Jeffrey Wen' via Ansible Project wrote: > Hey Alexander, > > Thank you so much for helping me

Re: [ansible-project] Re: Ansible yum module unable to find certain packages

2016-11-24 Thread 'Jeffrey Wen' via Ansible Project
Hey Alexander, Thank you so much for helping me out! However, there is still an issue with a few of the other packages. For example: try removing epel-release from the list and watch it complain about a few of the other packages. -- You received this message because you are subscribed to

Re: [ansible-project] Re: Ansible yum module unable to find certain packages

2016-11-23 Thread Alexander H. Laughlin
I can reproduce this error on a Red Hat Enterprise Linux Server 7.3 Maipo vm. (duchess) [duchess@localhost:jeffrey-wen] ansible-playbook yum.yml PLAY [Test yum module installs.] *** TASK [setup]

Re: [ansible-project] Re: Ansible yum module unable to find certain packages

2016-11-23 Thread Alexander H. Laughlin
I have not yet had time to set up a test bed for this, but I'm planning on doing that today so I'll update you with my results. On Wed, Nov 23, 2016 at 6:20 AM 'Jeffrey Wen' via Ansible Project < ansible-project@googlegroups.com> wrote: > I have confirmed that this does work on *CentOS Linux

[ansible-project] Re: Ansible yum module unable to find certain packages

2016-11-23 Thread 'Jeffrey Wen' via Ansible Project
I have confirmed that this does work on *CentOS Linux release 7.2.1511 (Core)* However, it does not work on *Red Hat Enterprise Linux Server release 7.3 (Maipo)* On Tuesday, November 22, 2016 at 9:50:36 PM UTC-5, Jeffrey Wen wrote: > > I am using Red Hat Enterprise Linux Server release 7.3

[ansible-project] Re: Ansible yum module unable to find certain packages

2016-11-22 Thread 'Jeffrey Wen' via Ansible Project
I am using Red Hat Enterprise Linux Server release 7.3 (Maipo) On Tuesday, November 22, 2016 at 5:23:51 PM UTC-5, Alexander H. Laughlin wrote: > > I'm afraid I can't reproduce this on a CentOS 7 vm running in virtualbox. > Are you using RedHat? If so, which version? > > The playbook I used for

[ansible-project] Re: Ansible yum module unable to find certain packages

2016-11-22 Thread Alexander H. Laughlin
I'm afraid I can't reproduce this on a CentOS 7 vm running in virtualbox. Are you using RedHat? If so, which version? The playbook I used for reference, along with the results. (duchess) [duchess@centos:jeffrey-wen] cat yum.yml --- - name: Test yum module installs. hosts: localhost