Update version check logic #28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Instead of doing comparison operations on strings we should be using Ansible's
version_compare
filter.Before:
After:
This makes me wonder why it ever worked in the first place. Seems like it should have been undefined, or always true, or something else bizarre and unpredictable.