From 6c729b7b6955ff6e52fb67ebfdaa1f70a4a03941 Mon Sep 17 00:00:00 2001 From: Adrian Celebanski Date: Fri, 12 Apr 2024 12:41:23 +0200 Subject: [PATCH] Adjust version_added release number due to failing CI --- plugins/modules/panos_active_in_ha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/panos_active_in_ha.py b/plugins/modules/panos_active_in_ha.py index 2c32bbdb6..a6c6c8e77 100644 --- a/plugins/modules/panos_active_in_ha.py +++ b/plugins/modules/panos_active_in_ha.py @@ -29,7 +29,7 @@ - A simple boolean check, verifies if a node is an active (B(true)) or passive (B(false)) node in an HA pair. - If node does not belong to an HA pair or the pair is no configured correctly the module will fail. author: "Łukasz Pawlęga (@fosix)" -version_added: '2.19' +version_added: '2.20.0' requirements: - pan-python can be obtained from PyPI U(https://pypi.python.org/pypi/pan-python) - pandevice can be obtained from PyPI U(https://pypi.python.org/pypi/pandevice)