Is anyone else having issues with the yum module's enablerepo parameter? Suddenly I can't enter multiple repositories. I am doing the following:
ansible server -s -K -m yum -a "name=package enablerepo=repo1,repo2 state=latest"
It consistently returns:
"msg": "Error setting/accessing repo repo2: Error getting repository data for repo2, repository not found"
It is always the second repository that cannot be found (i.e. if I
swap the order, then it will be repo1 that cannot be found). If I
enable only one repository, then there is no issue. I am sure I have
used this before, but now it does not work. I recently upgraded to
1.5.3 from 1.4.3, but I experienced the issue with both versions. I know that I was able to do this previously, perhaps in a version prior to 1.4.3
Thanks,
-Mark
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/0a4f7005-750c-46e4-948f-c67aa0c2be13%40googlegroups.com.--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/84caba90-3533-41db-82d2-2287bc915fe1%40googlegroups.com.