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:
Dmitriy Rabotyagov 2022-01-11 15:57:08 +02:00
parent 145b219a83
commit d5bb4643b0
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 }}"