mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
1.3 KiB
YAML
17 lines
1.3 KiB
YAML
5 years ago
|
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``.
|