1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

deprecate oneandone modules (#10994)

* deprecate oneandone modules

* add mod util to runtime.yml

* add changelog frag

* change deprecation version to 13.0.0

* change deprecation version to 13.0.0 in readme.yml as well

* Update changelogs/fragments/10994-oneandone-deprecation.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2025-10-29 08:13:55 +13:00 committed by GitHub
parent 6829a064a5
commit c889a4cb6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 66 additions and 0 deletions

View file

@ -6,6 +6,12 @@ from __future__ import annotations
import time
#
# DEPRECATED
#
# This module utils is deprecated and will be removed in community.general 13.0.0
#
class OneAndOneResources:
firewall_policy = 'firewall_policy'