Use new openstack.cloud collection names

os_ prefixed module names are deprecated for a while and will be removed
Current usage generates a warning for users.

Change-Id: I08e784cf9505f92431176f66afc68c813a2334d9
This commit is contained in:
Dmitriy Rabotyagov 2021-02-16 21:50:00 +02:00
parent 20cf64fa0c
commit b30a49c5f8

View File

@ -14,7 +14,7 @@
# limitations under the License.
- name: Add LDAP domains
openstack.cloud.os_keystone_domain:
openstack.cloud.identity_domain:
cloud: default
state: present
name: "{{ item.key }}"