mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Porting of job that was running on patches in Ansible. Change-Id: Ifa5a6b40d6a0f1de9f2cbc917a55c2d0e8ac421d
7 lines
117 B
YAML
7 lines
117 B
YAML
---
|
|
- name: Authenticate to the cloud
|
|
openstack.cloud.os_auth:
|
|
cloud={{ cloud }}
|
|
|
|
- debug: var=service_catalog
|