Hi, I'm trying to build new versions of my code into rpm's then pushing them and install with ansible.
All stages up to the yum install work and I have my new version rpm in the local directory. However when I run the yum command with the package name in the name parameter, the task is mared OK and the old version remains. to be more clear. installed package is <package_name>-1.0.0.noarch.rpm the new package to be installed is <package_name>-1.0.1.noarch.rpm But it does not install the 1.0.1 version. When I run yum install <package_path>/<package_name>-1.0.1.noarch.rpm manually from the instance then the package is updated. Is this a bug or is there some other way to do it which I'm missing. Thanks -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9635ead2-2aff-4dcd-9625-5595d46a3c63%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
