Merge "Use memcached plugin from collection"

This commit is contained in:
Zuul 2022-01-13 16:44:31 +00:00 committed by Gerrit Code Review
commit 1c36c9c0d8
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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 }}"