diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/check_point/mgmt/meta | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/check_point/mgmt/meta')
-rw-r--r-- | ansible_collections/check_point/mgmt/meta/execution-environment.yml | 2 | ||||
-rw-r--r-- | ansible_collections/check_point/mgmt/meta/runtime.yml | 53 |
2 files changed, 53 insertions, 2 deletions
diff --git a/ansible_collections/check_point/mgmt/meta/execution-environment.yml b/ansible_collections/check_point/mgmt/meta/execution-environment.yml index ea607057e..49e91fa92 100644 --- a/ansible_collections/check_point/mgmt/meta/execution-environment.yml +++ b/ansible_collections/check_point/mgmt/meta/execution-environment.yml @@ -2,4 +2,4 @@ version: 1 dependencies: - galaxy: requirements.yml
\ No newline at end of file + galaxy: requirements.yml diff --git a/ansible_collections/check_point/mgmt/meta/runtime.yml b/ansible_collections/check_point/mgmt/meta/runtime.yml index 30a544b77..93a159c0c 100644 --- a/ansible_collections/check_point/mgmt/meta/runtime.yml +++ b/ansible_collections/check_point/mgmt/meta/runtime.yml @@ -1 +1,52 @@ -requires_ansible: '>=2.9.10'
\ No newline at end of file +--- +requires_ansible: ">=2.14.0" +plugin_routing: + modules: + cp_mgmt_add_nat_rule: + deprecation: + removal_date: "2024-11-01" + warning_text: > + cp_mgmt_add_nat_rule will be removed in a future release of this collection. + Use newer and updated module cp_mgmt_nat_rule with more functionality instead. + cp_mgmt_set_nat_rule: + deprecation: + removal_date: "2024-11-01" + warning_text: > + cp_mgmt_set_nat_rule will be removed in a future release of this collection. + Use newer and updated module cp_mgmt_nat_rule with more functionality instead. + cp_mgmt_delete_nat_rule: + deprecation: + removal_date: "2024-11-01" + warning_text: > + cp_mgmt_delete_nat_rule will be removed in a future release of this collection. + Use newer and updated module cp_mgmt_nat_rule with more functionality instead. + cp_mgmt_access_layer: + deprecation: + removal_date: "2024-11-01" + warning_text: > + cp_mgmt_access_layer will be removed in a future release of this collection. + Use newer and updated module cp_mgmt_access_layers with more functionality instead. + cp_mgmt_show_task: + deprecation: + removal_date: "2024-11-01" + warning_text: > + cp_mgmt_show_task will be removed in a future release of this collection. + Use newer and updated module cp_mgmt_task_facts instead. + cp_mgmt_show_tasks: + deprecation: + removal_date: "2024-11-01" + warning_text: > + cp_mgmt_show_tasks will be removed in a future release of this collection. + Use newer and updated module cp_mgmt_task_facts instead. + cp_mgmt_host: + deprecation: + removal_date: "2024-11-01" + warning_text: > + cp_mgmt_host will be removed in a future release of this collection. + Use newer and updated module cp_mgmt_hosts with more functionality instead. + cp_mgmt_threat_layer: + deprecation: + removal_date: "2024-11-01" + warning_text: > + cp_mgmt_threat_layer will be removed in a future release of this collection. + Use newer and updated module cp_mgmt_threat_layers with more functionality instead. |