Use memcached plugin from collection
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/824148 Change-Id: I178b287a604755c0001084e8693afb9a1f080e9b
This commit is contained in:
parent
145b219a83
commit
d5bb4643b0
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
- name: Distribute IdP self-signed certificate
|
||||
memcached:
|
||||
openstack.osa.memcached:
|
||||
name: "{{ item.name }}"
|
||||
file_path: "{{ item.src }}"
|
||||
state: "retrieve"
|
||||
|
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
- name: Store IdP self-signed certificate
|
||||
memcached:
|
||||
openstack.osa.memcached:
|
||||
name: "{{ item.name }}"
|
||||
file_path: "{{ item.src }}"
|
||||
state: "present"
|
||||
|
@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
- name: Register service providers
|
||||
keystone:
|
||||
openstack.osa.keystone:
|
||||
command: "ensure_service_provider"
|
||||
login_user: "{{ keystone_admin_user_name }}"
|
||||
login_password: "{{ keystone_auth_admin_password }}"
|
||||
|
Loading…
Reference in New Issue
Block a user