summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2019-08-27 22:39:24 +0200
committerSloane Hertel <shertel@redhat.com>2019-08-27 16:39:24 -0400
commite176023c6bbe2e279a9df233a291eb8f9303b40e (patch)
treeb2e5843aba6bf2d36fc82842c7beecf6f9e4a4a8 /changelogs/fragments
parent185a1fcb07285ab8d5c1fc45b6b5b8b1b5726f4e (diff)
downloadansible-e176023c6bbe2e279a9df233a291eb8f9303b40e.tar.gz
Scaleway: rename _facts -> _info (#61095)
* Rename scaleway _facts -> _info * Add changelog. * Improve docs.
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/61095-scaleway-facts-info.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/changelogs/fragments/61095-scaleway-facts-info.yaml b/changelogs/fragments/61095-scaleway-facts-info.yaml
new file mode 100644
index 0000000000..4e10a39099
--- /dev/null
+++ b/changelogs/fragments/61095-scaleway-facts-info.yaml
@@ -0,0 +1,8 @@
+minor_changes:
+- The ``scaleway_image_facts`` module has been deprecated. Use ``scaleway_image_info`` instead.
+- The ``scaleway_ip_facts`` module has been deprecated. Use ``scaleway_ip_info`` instead.
+- The ``scaleway_organization_facts`` module has been deprecated. Use ``scaleway_organization_info`` instead.
+- The ``scaleway_security_group_facts`` module has been deprecated. Use ``scaleway_security_group_info`` instead.
+- The ``scaleway_server_facts`` module has been deprecated. Use ``scaleway_server_info`` instead.
+- The ``scaleway_snapshot_facts`` module has been deprecated. Use ``scaleway_snapshot_info`` instead.
+- The ``scaleway_volume_facts`` module has been deprecated. Use ``scaleway_volume_info`` instead.