Re: [ansible-project] Yumrepo is not being located in ansible 2.1 using Ansible Tower

2016-03-21 Thread Matt Martz
yumrepo was renamed to yum_repository somewhat recently. You will need to use yum_repository instead. My guess is the docs haven't been updated yet. On Sunday, March 20, 2016, Aaron Axisa wrote: > > I am trying to use yumrepo >

[ansible-project] Yumrepo is not being located in ansible 2.1 using Ansible Tower

2016-03-20 Thread Aaron Axisa
I am trying to use yumrepo https://docs.ansible.com/ansible/yumrepo_module.html and it states that it is new in version 2.1 So i went ahead and updated ansible on my ansible tower machine: sudo yum -y install git asciidoc rpm-build python2-devel cd ~ git clone