Hello, I'm trying to use Ansible to upgrade my image from 6.5 to 6.6 using the following line. It's ignoring the enable/disable lines and trying to upgrade to 6.7 is there a way to get the "latest" 6.6?
yum: name=* disablerepo=C6.7* enablerepo=C6.6* state=latest when: ansible_distribution == "CentOS"\ Thanks in advance. -- 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/26eb28f4-823b-4e11-9ebb-b25dfb48e6ba%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
