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
v6.1.0
Changes since v6.0.0:
* Fix wrong package module on CentOS having dpkg tools installed pytest-dev#570
(pytest-dev#575)
* Deduplicate hosts returned by get_backends() (pytest-dev#572)
* Use /run/systemd/system/ to detect systemd (fixespytest-dev#546)
* Use ssh_args from ansible.cfg
* Require python >= 3.6
* Fix ValueError with python 3.8+ when using --nagios option.