I was wondering if there was any way of doing this with the core yum module.
I appreciate that changing the install directory is not the best approach but I have customers with non-standard release directories.
My solution at the moment would be to use command and do things more manually for this pesky rpm.
Thanks
James
Toshio Kuratomi
unread,
Oct 10, 2014, 12:48:00 AM10/10/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Yeah, the command module and either using yum --downloadonly or using
yumdownloader (from the yum-utils package) followed by rpm is the way
to go here. Adding a means for the yum module to download an rpm is
probably a reasonable feature enhancement but it doesn't exist at the
moment so the command module is the way to go.