GCE deprecation warning (#52116)

* GCE deprecation warning

* porting guide typo

* fixing ignores

* moving error code back

* underscore marking on gce

* forgot to change status
This commit is contained in:
Alex Stephen 2019-02-18 08:42:19 -08:00 committed by John R Barker
commit 6ae04017d8
4 changed files with 8 additions and 3 deletions

View file

@ -137,6 +137,7 @@ The following modules will be removed in Ansible 2.12. Please update your playbo
* ``katello`` use <https://github.com/theforeman/foreman-ansible-modules> instead.
* ``github_hooks`` use :ref:`github_webhook <github_webhook_module>` and :ref:`github_webhook_facts <github_webhook_facts_module>` instead.
* ``digital_ocean`` use :ref `digital_ocean_droplet <digital_ocean_droplet_module>` instead.
* ``gce`` use :ref `gce_compute_instance <gce_compute_instance_module>` instead.
Noteworthy module changes