mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
doc: cloudstack: fix formating issue in guide (#28162)
This commit is contained in:
parent
3edac559d3
commit
eec4434b9b
1 changed files with 2 additions and 2 deletions
|
@ -67,9 +67,9 @@ The ENV variables support ``CLOUDSTACK_*`` as written in the documentation of th
|
|||
endpoint = https://cloud.example.com/client/api
|
||||
timeout = 30
|
||||
|
||||
and fulfill the missing data by either setting ENV variables or tasks params:
|
||||
and fulfill the missing data by either setting ENV variables or tasks params:
|
||||
|
||||
.. code-block:: yaml
|
||||
.. code-block:: yaml
|
||||
|
||||
---
|
||||
- name: provision our VMs
|
||||
|
|
Loading…
Reference in a new issue