mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
This is separate from the previous patch - it's just the results of running the script so we can review the two a little independently. We should probably squash them. Change-Id: I838f15cf4a32455a5be20033c8ddc27db6ca15c0
8 lines
161 B
YAML
8 lines
161 B
YAML
---
|
|
- name: List all profiles
|
|
openstack.cloud.config:
|
|
register: list
|
|
|
|
# WARNING: This will output sensitive authentication information!!!!
|
|
- debug: var=list
|