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

dimensiondata: deprecation (#10986)

* dimensiondata: deprecation

* add changelog frag

* typo

* Update changelogs/fragments/10986-deprecation-dimensiondata.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-28 10:50:56 +13:00 committed by GitHub
parent efad7a0d38
commit 6829a064a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 52 additions and 0 deletions

View file

@ -13,6 +13,12 @@
from __future__ import annotations
#
# DEPRECATED
#
# This module utils is deprecated and will be removed in community.general 13.0.0
#
import configparser
import os
import re