96199be96b
* Rename hcloud_datacenter_facts to hcloud_datacenter_info * Rename hcloud_location_facts to hcloud_location_info * Rename hcloud_image_facts to hcloud_image_info * Rename hcloud_floating_ip_facts to hcloud_floating_ip_info * Rename hcloud_server_type_facts to hcloud_server_type_info * Rename hcloud_server_facts to hcloud_server_info * Rename hcloud_ssh_key_facts to hcloud_ssh_key_info * Rename hcloud_volume_facts to hcloud_volume_info * Fix typo in hcloud_image_info * Add to porting guide and add changelog fragment * Reword porting guide
17 lines
No EOL
1.3 KiB
YAML
17 lines
No EOL
1.3 KiB
YAML
minor_changes:
|
|
- The ``hcloud_datacenter_facts`` module has been renamed to ``hcloud_datacenter_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``hcloud_floating_ip_facts`` module has been renamed to ``hcloud_floating_ip_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``hcloud_image_facts`` module has been renamed to ``hcloud_image_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``hcloud_location_facts`` module has been renamed to ``hcloud_location_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``hcloud_server_facts`` module has been renamed to ``hcloud_server_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``hcloud_server_type_facts`` module has been renamed to ``hcloud_server_type_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``hcloud_ssh_key_facts`` module has been renamed to ``hcloud_ssh_key_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``hcloud_volume_facts`` module has been renamed to ``hcloud_volume_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``. |