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.
20 lines
1.4 KiB
YAML
20 lines
1.4 KiB
YAML
5 years ago
|
minor_changes:
|
||
|
- The ``os_flavor_facts`` module has been renamed to ``os_flavor_info``.
|
||
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
||
|
- The ``os_image_facts`` module has been renamed to ``os_image_info``.
|
||
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
||
|
- The ``os_keystone_domain_facts`` module has been renamed to ``os_keystone_domain_info``.
|
||
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
||
|
- The ``os_networks_facts`` module has been renamed to ``os_networks_info``.
|
||
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
||
|
- The ``os_port_facts`` module has been renamed to ``os_port_info``.
|
||
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
||
|
- The ``os_project_facts`` module has been renamed to ``os_project_info``.
|
||
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
||
|
- The ``os_server_facts`` module has been renamed to ``os_server_info``.
|
||
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
||
|
- The ``os_subnets_facts`` module has been renamed to ``os_subnets_info``.
|
||
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
||
|
- The ``os_user_facts`` module has been renamed to ``os_user_info``.
|
||
|
When called with the new name, the module no longer returns ``ansible_facts``.
|