On Wed, 18 Feb 2015 20:27 -0800, hce h <[email protected]> wrote: > Hi, > > I've got following issues to rum yum module on compute node CentOS 6.5, > some node (compute0) could not install sssd (but can install other > packages), and some node (compute1) can install without any issues. When > I > went to compute0 and run "yum install sssd" manually, there is no problem > at all, the sssd was installed. There is no difference between compute0 > and > compute1. What could cause that issues? > > failed: [compute0] => (item=sssd,sssd-common,sssd-client) => {"changed": > false, "failed": true, "item": "sssd,sssd-common,sssd-client", "rc": 0, > "results": []} > msg: The following packages have pending transactions: sssd-x86_64
Is this the result of the first time you tried to install the sssd package? The installation might have broken, that's why you're getting the pending transactions message. jimi-c has done some work on the front: https://github.com/ansible/ansible/issues/4649 Giovanni -- 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/1424427170.2440495.230083253.7A181E34%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
