72b4b868ab
Currently ansible fails on most puppet4 hosts with TASK [puppet-install : Install puppetlabs repo] ******************************** fatal: [...]: FAILED! => {"changed": false, "msg": "A later version is already installed"} As described inline, the version at the "top level" we are installing via ansible here is actualy lower than the version in the repo this package installs (inception). Thus once an upgrade has been run on the host, we are now trying to *downgrade* the puppetlabs-release package. This stops the ansible run and makes everything unhappy. If we have the puppet repo, just skip trying to install it again. We do this for just trusty and xenial; at this point we don't have any puppet5 hosts (and none are planned) and I haven't checked if it has the same issues. Change-Id: I55ea8bfbfc40befb1d138e9bc0f95b120f8f5dbd |
||
---|---|---|
.. | ||
exim | ||
kerberos-client | ||
openafs-client | ||
puppet-install |