mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-01 19:54:24 -07:00
Deprecate gluster_* modules (#1439)
* Deprecate gluster_* modules. * Update 2.9 ignore.txt entries for deprecation syntax.
This commit is contained in:
parent
4566812591
commit
57a373f4f2
6 changed files with 32 additions and 0 deletions
2
changelogs/fragments/gluster-deprecation.yaml
Normal file
2
changelogs/fragments/gluster-deprecation.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
deprecated_features:
|
||||
- The ``gluster_heal_info``, ``gluster_peer`` and ``gluster_volume`` modules have migrated to the `gluster.gluster <https://galaxy.ansible.com/gluster/gluster>`_ collection. Ansible-base 2.10.1 adjusted the routing target to point to the modules in that collection, so we will remove these modules in community.general 3.0.0. If you use Ansible 2.9, or use FQCNs ``community.general.gluster_*`` in your playbooks and/or roles, please update them to use the modules from ``gluster.gluster`` instead.
|
Loading…
Add table
Add a link
Reference in a new issue