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:
parent
6829a064a5
commit
c889a4cb6d
9 changed files with 66 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue