Hi
Just getting started with Ansible so apologies if this is a silly question. I’ve installed Ansible using the OS X .dmg package and I seem to be missing the yumrepo module, which I believe is an extras module, but documented to be currently shipped with the core product.
$ ansible --version
ansible 2.0.0.2
config file = /Users/allanlang/Documents/Vagrant/ansible/ansible.cfg
configured module search path = Default w/o overrides
$ ansible-doc -l | grep yum
yum Manages packages with the `yum’ package manager
I’m not sure if this is an installation problem (there was a lot of ‘compiler noise’ but it seemed to end well) or whether this has been omitted from the package for some reason.
Either way, what’s the correct way to install this module so I can make use of it?
Thanks!