mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
de85c11bd1
* Add removal announcements. * Remove Latin abbrevation. * Add hashi_vault removal announcement.
10 lines
946 B
YAML
10 lines
946 B
YAML
major_changes:
|
|
- |
|
|
For community.general 2.0.0, the Google modules will be moved to the `community.google <https://galaxy.ansible.com/community/google>`_ collection.
|
|
A redirection will be inserted so that users using ansible-base 2.10 or newer do not have to change anything.
|
|
|
|
If you use Ansible 2.9 and explicitly use Google modules from this collection, you will need to adjust your playbooks and roles to use FQCNs starting with ``community.google.`` instead of ``community.general.``,
|
|
for example replace ``community.general.gcpubsub`` in a task by ``community.google.gcpubsub``.
|
|
|
|
If you use ansible-base and installed ``community.general`` manually and rely on the Google modules, you have to make sure to install the ``community.google`` collection as well.
|
|
If you are using FQCNs, for example ``community.general.gcpubsub`` instead of ``gcpubsub``, it will continue working, but we still recommend to adjust the FQCNs as well.
|