Not sure if this is a bug or not so I didn’t want to file in GitHub just yet. A rough timeline:
- Support added between 1.5.2 and 1.5.3 for checking hashed entries in SSH known_hosts files
- 1.5.3 released
- https://github.com/ansible/ansible/pull/6639
- 1.5.4 released
Looks like PR #6639 didn’t make it into the release branches for 1.5.3 and 1.5.4 though. Sure, the PR occurred after 1.5.3 was released and I’m not sure what the policy is about backporting fixes like this into something already released, but should it have been in 1.5.4?
As a result the catch all except
is hit on these versions when dealing with a hashed known_hosts file.
Maybe it’s just how I do things - I run off a clone of ansible/ansible, reset --hard to a specific tag. New version of Ansible is released, I reset --hard to the new version, test my playbooks, make any fixes needed, and set the new version as the version to run from.
Thoughts?