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:
parent
20cf64fa0c
commit
b30a49c5f8
@ -14,7 +14,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
- name: Add LDAP domains
|
- name: Add LDAP domains
|
||||||
openstack.cloud.os_keystone_domain:
|
openstack.cloud.identity_domain:
|
||||||
cloud: default
|
cloud: default
|
||||||
state: present
|
state: present
|
||||||
name: "{{ item.key }}"
|
name: "{{ item.key }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user