mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-25 09:14:31 +00:00
Porting of job that was running on patches in Ansible. Change-Id: Ifa5a6b40d6a0f1de9f2cbc917a55c2d0e8ac421d
8 lines
171 B
YAML
8 lines
171 B
YAML
---
|
|
- name: List all profiles
|
|
openstack.cloud.os_client_config:
|
|
register: list
|
|
|
|
# WARNING: This will output sensitive authentication information!!!!
|
|
- debug: var=list
|