You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace deprecation distutils version usage (#1590)
`disutils` was used to compare version numbers but it's deprecated and
causes warnings which might result in Ansible skipping this plugin.
This replaces `distutils` with `packaging.version.Version` instead.
0 commit comments