mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-29 11:14:30 +00:00
Rename all of the modules
This is separate from the previous patch - it's just the results of running the script so we can review the two a little independently. We should probably squash them. Change-Id: I838f15cf4a32455a5be20033c8ddc27db6ca15c0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Create project
|
||||
openstack.cloud.os_project:
|
||||
openstack.cloud.project:
|
||||
cloud: "{{ cloud }}"
|
||||
state: present
|
||||
name: ansible_project
|
||||
@@ -12,7 +12,7 @@
|
||||
- debug: var=project
|
||||
|
||||
- name: Update project
|
||||
openstack.cloud.os_project:
|
||||
openstack.cloud.project:
|
||||
cloud: "{{ cloud }}"
|
||||
state: present
|
||||
name: ansible_project
|
||||
@@ -22,7 +22,7 @@
|
||||
- debug: var=updatedproject
|
||||
|
||||
- name: Delete project
|
||||
openstack.cloud.os_project:
|
||||
openstack.cloud.project:
|
||||
cloud: "{{ cloud }}"
|
||||
state: absent
|
||||
name: ansible_project
|
||||
|
||||
Reference in New Issue
Block a user