mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user